#05578D

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

Shades of Dark Cerulean #05578D

Tints of Dark Cerulean #05578D

Color information

#05578D (or 0x05578D) is unknown color: approx Dark Cerulean. HEX triplet: 05, 57 and 8D. RGB value is (5,87,141). Sum of RGB (Red+Green+Blue) = 5+87+141=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #05578D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05578D is #FAA872. Grayscale: #444444. Windows color (decimal): -16427123 or 9262853. OLE color: 9262853.

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

Color convert

RGB587141-
CMYK0.960.3800.45
HSL203.82º93.15%28.63%-
HSV(B)203.82º96.45%55.29%-
XYZ8.288.7726.46-
YUV68.64168.8382.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=2.15%
G=37.34%
B=60.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5871410.960.3800.45203.8293.1528.63
Hex5578D602602Dcc5d1d
Octal51272151404605531413535
Binary1011010111100011011100000100110010110111001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05578D; }

 p { color: rgb(5,87,141); }

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

<style>
 a { background-color: #05578D; }

 a { background-color: rgb(5,87,141); }

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

<style>
 span { border-color: #05578D; }

 span { border-color: rgb(5,87,141); }

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