#00558e

Color #00558E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #00558E

Tints of Dark Cerulean #00558E

Color information

#00558E (or 0x00558E) is unknown color: approx Dark Cerulean. HEX triplet: 00, 55 and 8E. RGB value is (0,85,142). Sum of RGB (Red+Green+Blue) = 0+85+142=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #00558E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00558E is #FFAA71. Grayscale: #414141. Windows color (decimal): -16755314 or 9327872. OLE color: 9327872.

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

Color convert

RGB085142-
CMYK10.4000.44
HSL204.08º100%27.84%-
HSV(B)204.08º100%55.69%-
XYZ8.138.4526.79-
YUV66.08170.8480.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=0%
G=37.44%
B=62.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal08514210.4000.44204.0810027.84
Hex0558E642802Ccc641c
Octal01252161445005431414434
Binary01010101100011101100100101000010110011001100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00558e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00558e; }

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

 H1.HeaderClassName
 {
   color: #00558e;
 }
 .AnyTagClassName
 {
   color: #00558e;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00558e;
 }
 .BgClassName
 {
   background-color: #00558e;
 }
</style>
border-color css

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

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

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