#055994

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

Shades of Dark Cerulean #055994

Tints of Dark Cerulean #055994

Color information

#055994 (or 0x055994) is unknown color: approx Dark Cerulean. HEX triplet: 05, 59 and 94. RGB value is (5,89,148). Sum of RGB (Red+Green+Blue) = 5+89+148=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #055994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055994 is #FAA66B. Grayscale: #464646. Windows color (decimal): -16426604 or 9722117. OLE color: 9722117.

HSL color Cylindrical-coordinate representation of color #055994: hue angle of 204.76º degrees, saturation: 0.93, 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 #055994 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB589148-
CMYK0.970.4000.42
HSL204.76º93.46%30%-
HSV(B)204.76º96.62%58.04%-
XYZ8.989.3229.34-
YUV70.61171.6781.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 148 (58.20% from 255) = 61.16%
R=2.07%
G=36.78%
B=61.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5891480.970.4000.42204.7693.4630
Hex55994612802Acd5d1e
Octal51312241415005231513536
Binary1011011001100101001100001101000010101011001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055994; }

 p { color: rgb(5,89,148); }

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

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

 a { background-color: rgb(5,89,148); }

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

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

 span { border-color: rgb(5,89,148); }

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