#05598F

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

Shades of Dark Cerulean #05598F

Tints of Dark Cerulean #05598F

Color information

#05598F (or 0x05598F) is unknown color: approx Dark Cerulean. HEX triplet: 05, 59 and 8F. RGB value is (5,89,143). Sum of RGB (Red+Green+Blue) = 5+89+143=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #05598F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05598F is #FAA670. Grayscale: #454545. Windows color (decimal): -16426609 or 9394437. OLE color: 9394437.

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

Color convert

RGB589143-
CMYK0.970.3800.44
HSL203.48º93.24%29.02%-
HSV(B)203.48º96.5%56.08%-
XYZ8.599.1627.3-
YUV70.04169.1781.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.11%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 143 (56.25% from 255) = 60.34%
R=2.11%
G=37.55%
B=60.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5891430.970.3800.44203.4893.2429.02
Hex5598F612602Ccb5d1d
Octal51312171414605431313535
Binary1011011001100011111100001100110010110011001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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