#055495

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

Shades of Dark Cerulean #055495

Tints of Dark Cerulean #055495

Color information

#055495 (or 0x055495) is unknown color: approx Dark Cerulean. HEX triplet: 05, 54 and 95. RGB value is (5,84,149). Sum of RGB (Red+Green+Blue) = 5+84+149=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #055495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055495 is #FAAB6A. Grayscale: #434343. Windows color (decimal): -16427883 or 9786373. OLE color: 9786373.

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

Color convert

RGB584149-
CMYK0.970.4400.42
HSL207.08º93.51%30.2%-
HSV(B)207.08º96.64%58.43%-
XYZ8.668.5429.63-
YUV67.79173.8383.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.10%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 149 (58.59% from 255) = 62.61%
R=2.10%
G=35.29%
B=62.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5841490.970.4400.42207.0893.5130.2
Hex55495612C02Acf5e1e
Octal51242251415405231713636
Binary1011010100100101011100001101100010101011001111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055495; }

 p { color: rgb(5,84,149); }

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

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

 a { background-color: rgb(5,84,149); }

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

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

 span { border-color: rgb(5,84,149); }

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