Html Css Color HEX #055C92 Dark Cerulean

📋 copy color: '#055C92'

red 5 ◦ green 92 ◦ blue 146

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

Shades of Dark Cerulean #055C92

Tints of Dark Cerulean #055C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.86%

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

R = 2.06%
G = 37.86%
B = 60.08%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#055C92 (or 0x055C92) is known color: Dark Cerulean. HEX triplet: 05, 5C and 92. RGB value is (5,92,146). Sum of RGB (Red+Green+Blue) = 5+92+146=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #055C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055C92 is #FAA36D. Grayscale: #474747. Windows color (decimal): -16425838 or 9591813. OLE color: 9591813.

HSL color Cylindrical-coordinate representation of color #055C92: hue angle of 202.98º 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 #055C92 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 92 146 -
CMYK 0.97 0.37 0 0.43
HSL 202.98º 0.93% 0.3% -
HSV(B) 202.98º 0.97% 0.57% -
XYZ 9.08 9.76 28.6 -
YUV 72.14 169.68 80.11 -
System Red Green Blue C M Y K H S L
Decimal 5 92 146 0.97 0.37 0 0.43 202.98 0.93 0.3
Hex 5 5C 92 61 25 0 2B CB 5D 1E
Octal 5 134 222 141 45 0 53 313 135 36
Binary 101 1011100 10010010 1100001 100101 0 101011 11001011 1011101 11110

Color Harmonies of #055C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055C92

Black with #055C92

Text Example


Text Example

White with #055C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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