#056496

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

Shades of Cerulean #056496

Tints of Cerulean #056496

Color information

#056496 (or 0x056496) is unknown color: approx Cerulean. HEX triplet: 05, 64 and 96. RGB value is (5,100,150). Sum of RGB (Red+Green+Blue) = 5+100+150=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #056496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056496 is #FA9B69. Grayscale: #4D4D4D. Windows color (decimal): -16423786 or 9856005. OLE color: 9856005.

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

Color convert

RGB5100150-
CMYK0.970.3300.41
HSL200.69º93.55%30.39%-
HSV(B)200.69º96.67%58.82%-
XYZ10.1211.3530.51-
YUV77.29169.0376.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 100 (39.45% from 255) = 39.22%
BLUE value IS 150 (58.98% from 255) = 58.82%
R=1.96%
G=39.22%
B=58.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51001500.970.3300.41200.6993.5530.39
Hex564966121029c95e1e
Octal51442261414105131113636
Binary1011100100100101101100001100001010100111001001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056496; }

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

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

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

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

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

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

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

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