#056497

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

Shades of Cerulean #056497

Tints of Cerulean #056497

Color information

#056497 (or 0x056497) is unknown color: approx Cerulean. HEX triplet: 05, 64 and 97. RGB value is (5,100,151). Sum of RGB (Red+Green+Blue) = 5+100+151=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #056497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056497 is #FA9B68. Grayscale: #4D4D4D. Windows color (decimal): -16423785 or 9921541. OLE color: 9921541.

HSL color Cylindrical-coordinate representation of color #056497: hue angle of 200.96º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056497 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5100151-
CMYK0.970.3400.41
HSL200.96º93.59%30.59%-
HSV(B)200.96º96.69%59.22%-
XYZ10.2111.3830.94-
YUV77.41169.5376.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 151 (59.38% from 255) = 58.98%
R=1.95%
G=39.06%
B=58.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51001510.970.3400.41200.9693.5930.59
Hex564976122029c95e1f
Octal51442271414205131113637
Binary1011100100100101111100001100010010100111001001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056497; }

 p { color: rgb(5,100,151); }

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

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

 a { background-color: rgb(5,100,151); }

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

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

 span { border-color: rgb(5,100,151); }

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