#05598A

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

Shades of Dark Cerulean #05598A

Tints of Dark Cerulean #05598A

Color information

#05598A (or 0x05598A) is unknown color: approx Dark Cerulean. HEX triplet: 05, 59 and 8A. RGB value is (5,89,138). Sum of RGB (Red+Green+Blue) = 5+89+138=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #05598A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05598A is #FAA675. Grayscale: #454545. Windows color (decimal): -16426614 or 9066757. OLE color: 9066757.

HSL color Cylindrical-coordinate representation of color #05598A: hue angle of 202.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05598A is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB589138-
CMYK0.960.3600.46
HSL202.11º93.01%28.04%-
HSV(B)202.11º96.38%54.12%-
XYZ8.229.0125.35-
YUV69.47166.6782.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=2.16%
G=38.36%
B=59.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5891380.960.3600.46202.1193.0128.04
Hex5598A602402Eca5d1c
Octal51312121404405631213534
Binary1011011001100010101100000100100010111011001010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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