Html Css Color HEX #05558E Dark Cerulean

📋 copy color: '#05558E'

red 5 ◦ green 85 ◦ blue 142

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

Shades of Dark Cerulean #05558E

Tints of Dark Cerulean #05558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 61.21%

R = 2.16%
G = 36.64%
B = 61.21%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05558E (or 0x05558E) is known color: Dark Cerulean. HEX triplet: 05, 55 and 8E. RGB value is (5,85,142). Sum of RGB (Red+Green+Blue) = 5+85+142=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #05558E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05558E is #FAAA71. Grayscale: #434343. Windows color (decimal): -16427634 or 9327877. OLE color: 9327877.

HSL color Cylindrical-coordinate representation of color #05558E: hue angle of 204.96º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05558E is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 85 142 -
CMYK 0.96 0.40 0 0.44
HSL 204.96º 0.93% 0.29% -
HSV(B) 204.96º 0.96% 0.56% -
XYZ 8.19 8.48 26.8 -
YUV 67.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 5 85 142 0.96 0.40 0 0.44 204.96 0.93 0.29
Hex 5 55 8E 60 28 0 2C CD 5D 1D
Octal 5 125 216 140 50 0 54 315 135 35
Binary 101 1010101 10001110 1100000 101000 0 101100 11001101 1011101 11101

Color Harmonies of #05558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05558E

Black with #05558E

Text Example


Text Example

White with #05558E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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