#055598

Color #055598 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #055598

Tints of Cobalt #055598

Color information

#055598 (or 0x055598) is unknown color: approx Cobalt. HEX triplet: 05, 55 and 98. RGB value is (5,85,152). Sum of RGB (Red+Green+Blue) = 5+85+152=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #055598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055598 is #FAAA67. Grayscale: #444444. Windows color (decimal): -16427624 or 9983237. OLE color: 9983237.

HSL color Cylindrical-coordinate representation of color #055598: hue angle of 207.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055598 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB585152-
CMYK0.970.4400.40
HSL207.35º93.63%30.78%-
HSV(B)207.35º96.71%59.61%-
XYZ8.988.830.93-
YUV68.7217582.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 152 (59.77% from 255) = 62.81%
R=2.07%
G=35.12%
B=62.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5851520.970.4400.40207.3593.6330.78
Hex55598612C028cf5e1f
Octal51252301415405031713637
Binary1011010101100110001100001101100010100011001111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055598; }

 p { color: rgb(5,85,152); }

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

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

 a { background-color: rgb(5,85,152); }

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

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

 span { border-color: rgb(5,85,152); }

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