Html Css Color HEX #055992 Dark Cerulean

📋 copy color: '#055992'

red 5 ◦ green 89 ◦ blue 146

#055992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #055992

Tints of Dark Cerulean #055992

RGB

 RED value IS 5 (2.34% from 255) = 2.08%

 GREEN value IS 89 (35.16% from 255) = 37.08%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 2.08%
G = 37.08%
B = 60.83%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#055992 (or 0x055992) is known color: Dark Cerulean. HEX triplet: 05, 59 and 92. RGB value is (5,89,146). Sum of RGB (Red+Green+Blue) = 5+89+146=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #055992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055992 is #FAA66D. Grayscale: #464646. Windows color (decimal): -16426606 or 9591045. OLE color: 9591045.

HSL color Cylindrical-coordinate representation of color #055992: hue angle of 204.26º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055992 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 89 146 -
CMYK 0.97 0.39 0 0.43
HSL 204.26º 0.93% 0.3% -
HSV(B) 204.26º 0.97% 0.57% -
XYZ 8.82 9.25 28.51 -
YUV 70.38 170.67 81.37 -
System Red Green Blue C M Y K H S L
Decimal 5 89 146 0.97 0.39 0 0.43 204.26 0.93 0.3
Hex 5 59 92 61 27 0 2B CC 5D 1E
Octal 5 131 222 141 47 0 53 314 135 36
Binary 101 1011001 10010010 1100001 100111 0 101011 11001100 1011101 11110

Color Harmonies of #055992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055992

Black with #055992

Text Example


Text Example

White with #055992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055992; }

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

 H1.HeaderClassName
 {
   color: #055992;
 }
 .AnyTagClassName
 {
   color: #055992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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