#05597F

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

Shades of Dark Cerulean #05597F

Tints of Dark Cerulean #05597F

Color information

#05597F (or 0x05597F) is unknown color: approx Dark Cerulean. HEX triplet: 05, 59 and 7F. RGB value is (5,89,127). Sum of RGB (Red+Green+Blue) = 5+89+127=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #05597F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05597F is #FAA680. Grayscale: #434343. Windows color (decimal): -16426625 or 8345861. OLE color: 8345861.

HSL color Cylindrical-coordinate representation of color #05597F: hue angle of 198.69º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05597F is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB589127-
CMYK0.960.3000.50
HSL198.69º92.42%25.88%-
HSV(B)198.69º96.06%49.8%-
XYZ7.478.7121.37-
YUV68.22161.1782.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 127 (50% from 255) = 57.47%
R=2.26%
G=40.27%
B=57.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5891270.960.3000.50198.6992.4225.88
Hex5597F601E032c75c1a
Octal51311771403606230713432
Binary10110110011111111110000011110011001011000111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05597F; }

 p { color: rgb(5,89,127); }

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

<style>
 a { background-color: #05597F; }

 a { background-color: rgb(5,89,127); }

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

<style>
 span { border-color: #05597F; }

 span { border-color: rgb(5,89,127); }

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