#056C92

Color #056C92 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #056C92

Tints of Cerulean #056C92

Color information

#056C92 (or 0x056C92) is unknown color: approx Cerulean. HEX triplet: 05, 6C and 92. RGB value is (5,108,146). Sum of RGB (Red+Green+Blue) = 5+108+146=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #056C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056C92 is #FA936D. Grayscale: #515151. Windows color (decimal): -16421742 or 9595909. OLE color: 9595909.

HSL color Cylindrical-coordinate representation of color #056C92: hue angle of 196.17º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056C92 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5108146-
CMYK0.970.2600.43
HSL196.17º93.38%29.61%-
HSV(B)196.17º96.58%57.25%-
XYZ10.6112.8329.11-
YUV81.54164.3873.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=1.93%
G=41.70%
B=56.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51081460.970.2600.43196.1793.3829.61
Hex56C92611A02Bc45d1e
Octal51542221413205330413536
Binary101110110010010010110000111010010101111000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056C92; }

 p { color: rgb(5,108,146); }

 H1.HeaderClassName
 {
   color: #056C92;
 }
 .AnyTagClassName
 {
   color: #056C92;
 }
</style>
background-color css

<style>
 a { background-color: #056C92; }

 a { background-color: rgb(5,108,146); }

 div.DivClassName
 {
   background-color: #056C92;
 }
 .BgClassName
 {
   background-color: #056C92;
 }
</style>
border-color css

<style>
 span { border-color: #056C92; }

 span { border-color: rgb(5,108,146); }

 td.TdClassName
 {
   border-color: #056C92;
 }
 .TagClassName
 {
   border-color: #056C92;
 }
</style>