#0558B2

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

Shades of Cobalt #0558B2

Tints of Cobalt #0558B2

Color information

#0558B2 (or 0x0558B2) is unknown color: approx Cobalt. HEX triplet: 05, 58 and B2. RGB value is (5,88,178). Sum of RGB (Red+Green+Blue) = 5+88+178=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 178 (69.92% from 255 or 65.68% from 271); Max value from RGB is 178 - color contains mainly: blue. Hex color #0558B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0558B2 is #FAA74D. Grayscale: #494949. Windows color (decimal): -16426830 or 11687941. OLE color: 11687941.

HSL color Cylindrical-coordinate representation of color #0558B2: hue angle of 211.21º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0558B2 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB588178-
CMYK0.970.5100.30
HSL211.21º94.54%35.88%-
HSV(B)211.21º97.19%69.8%-
XYZ11.5910.2343.48-
YUV73.4418779.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 178 (69.92% from 255) = 65.68%
R=1.85%
G=32.47%
B=65.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5881780.970.5100.30211.2194.5435.88
Hex558B2613301Ed35f24
Octal51302621416303632313744
Binary1011011000101100101100001110011011110110100111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0558B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0558B2; }

 p { color: rgb(5,88,178); }

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

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

 a { background-color: rgb(5,88,178); }

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

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

 span { border-color: rgb(5,88,178); }

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