#0562B6

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

Shades of Denim #0562B6

Tints of Denim #0562B6

Color information

#0562B6 (or 0x0562B6) is unknown color: approx Denim. HEX triplet: 05, 62 and B6. RGB value is (5,98,182). Sum of RGB (Red+Green+Blue) = 5+98+182=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 182 (71.48% from 255 or 63.86% from 285); Max value from RGB is 182 - color contains mainly: blue. Hex color #0562B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562B6 is #FA9D49. Grayscale: #4F4F4F. Windows color (decimal): -16424266 or 11952645. OLE color: 11952645.

HSL color Cylindrical-coordinate representation of color #0562B6: hue angle of 208.47º 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 #0562B6 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB598182-
CMYK0.970.4600.29
HSL208.47º94.65%36.67%-
HSV(B)208.47º97.25%71.37%-
XYZ12.8712.1545.92-
YUV79.77185.6974.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 182 (71.48% from 255) = 63.86%
R=1.75%
G=34.39%
B=63.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5981820.970.4600.29208.4794.6536.67
Hex562B6612E01Dd05f25
Octal51422661415603532013745
Binary1011100010101101101100001101110011101110100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0562B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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