#0558B6

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

Shades of Denim #0558B6

Tints of Denim #0558B6

Color information

#0558B6 (or 0x0558B6) is unknown color: approx Denim. HEX triplet: 05, 58 and B6. RGB value is (5,88,182). Sum of RGB (Red+Green+Blue) = 5+88+182=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #0558B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0558B6 is #FAA749. Grayscale: #494949. Windows color (decimal): -16426826 or 11950085. OLE color: 11950085.

HSL color Cylindrical-coordinate representation of color #0558B6: hue angle of 211.86º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0558B6 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB588182-
CMYK0.970.5200.29
HSL211.86º94.65%36.67%-
HSV(B)211.86º97.25%71.37%-
XYZ1210.3945.63-
YUV73.918978.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 182 (71.48% from 255) = 66.18%
R=1.82%
G=32%
B=66.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5881820.970.5200.29211.8694.6536.67
Hex558B6613401Dd45f25
Octal51302661416403532413745
Binary1011011000101101101100001110100011101110101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0558B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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