#056992

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

Shades of Cerulean #056992

Tints of Cerulean #056992

Color information

#056992 (or 0x056992) is unknown color: approx Cerulean. HEX triplet: 05, 69 and 92. RGB value is (5,105,146). Sum of RGB (Red+Green+Blue) = 5+105+146=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #056992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056992 is #FA966D. Grayscale: #4F4F4F. Windows color (decimal): -16422510 or 9595141. OLE color: 9595141.

HSL color Cylindrical-coordinate representation of color #056992: hue angle of 197.45º 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 #056992 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5105146-
CMYK0.970.2800.43
HSL197.45º93.38%29.61%-
HSV(B)197.45º96.58%57.25%-
XYZ10.312.2129.01-
YUV79.77165.3774.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=1.95%
G=41.02%
B=57.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51051460.970.2800.43197.4593.3829.61
Hex56992611C02Bc55d1e
Octal51512221413405330513536
Binary101110100110010010110000111100010101111000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056992; }

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

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

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

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

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

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

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

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