#055377

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

Shades of Dark Cerulean #055377

Tints of Dark Cerulean #055377

Color information

#055377 (or 0x055377) is unknown color: approx Dark Cerulean. HEX triplet: 05, 53 and 77. RGB value is (5,83,119). Sum of RGB (Red+Green+Blue) = 5+83+119=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #055377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055377 is #FAAC88. Grayscale: #3F3F3F. Windows color (decimal): -16428169 or 7820037. OLE color: 7820037.

HSL color Cylindrical-coordinate representation of color #055377: hue angle of 198.95º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055377 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB583119-
CMYK0.960.3000.53
HSL198.95º91.94%24.31%-
HSV(B)198.95º95.8%46.67%-
XYZ6.497.5518.57-
YUV63.78159.1686.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=2.42%
G=40.10%
B=57.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5831190.960.3000.53198.9591.9424.31
Hex55377601E035c75c18
Octal51231671403606530713430
Binary10110100111110111110000011110011010111000111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055377; }

 p { color: rgb(5,83,119); }

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

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

 a { background-color: rgb(5,83,119); }

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

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

 span { border-color: rgb(5,83,119); }

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