Html Css Color HEX #05588E Dark Cerulean

📋 copy color: '#05588E'

red 5 ◦ green 88 ◦ blue 142

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

Shades of Dark Cerulean #05588E

Tints of Dark Cerulean #05588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

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

R = 2.13%
G = 37.45%
B = 60.43%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05588E (or 0x05588E) is known color: Dark Cerulean. HEX triplet: 05, 58 and 8E. RGB value is (5,88,142). Sum of RGB (Red+Green+Blue) = 5+88+142=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #05588E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05588E is #FAA771. Grayscale: #454545. Windows color (decimal): -16426866 or 9328645. OLE color: 9328645.

HSL color Cylindrical-coordinate representation of color #05588E: hue angle of 203.65º 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 #05588E is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 88 142 -
CMYK 0.96 0.38 0 0.44
HSL 203.65º 0.93% 0.29% -
HSV(B) 203.65º 0.96% 0.56% -
XYZ 8.43 8.96 26.88 -
YUV 69.34 169 82.11 -
System Red Green Blue C M Y K H S L
Decimal 5 88 142 0.96 0.38 0 0.44 203.65 0.93 0.29
Hex 5 58 8E 60 26 0 2C CC 5D 1D
Octal 5 130 216 140 46 0 54 314 135 35
Binary 101 1011000 10001110 1100000 100110 0 101100 11001100 1011101 11101

Color Harmonies of #05588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05588E

Black with #05588E

Text Example


Text Example

White with #05588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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