Html Css Color HEX #05558C Dark Cerulean

📋 copy color: '#05558C'

red 5 ◦ green 85 ◦ blue 140

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

Shades of Dark Cerulean #05558C

Tints of Dark Cerulean #05558C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 140 (55.08% from 255) = 60.87%

R = 2.17%
G = 36.96%
B = 60.87%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05558C (or 0x05558C) is known color: Dark Cerulean. HEX triplet: 05, 55 and 8C. RGB value is (5,85,140). Sum of RGB (Red+Green+Blue) = 5+85+140=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #05558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05558C is #FAAA73. Grayscale: #434343. Windows color (decimal): -16427636 or 9196805. OLE color: 9196805.

HSL color Cylindrical-coordinate representation of color #05558C: hue angle of 204.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05558C is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 85 140 -
CMYK 0.96 0.39 0 0.45
HSL 204.44º 0.93% 0.28% -
HSV(B) 204.44º 0.96% 0.55% -
XYZ 8.04 8.42 26.01 -
YUV 67.35 169 83.53 -
System Red Green Blue C M Y K H S L
Decimal 5 85 140 0.96 0.39 0 0.45 204.44 0.93 0.28
Hex 5 55 8C 60 27 0 2D CC 5D 1C
Octal 5 125 214 140 47 0 55 314 135 34
Binary 101 1010101 10001100 1100000 100111 0 101101 11001100 1011101 11100

Color Harmonies of #05558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05558C

Black with #05558C

Text Example


Text Example

White with #05558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05558C; }

 p { color: rgb(5,85,140); }

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

background-color css

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

 a { background-color: rgb(5,85,140); }

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

border-color css

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

 span { border-color: rgb(5,85,140); }

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