#0566af

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

Shades of Denim #0566AF

Tints of Denim #0566AF

Color information

#0566AF (or 0x0566AF) is unknown color: approx Denim. HEX triplet: 05, 66 and AF. RGB value is (5,102,175). Sum of RGB (Red+Green+Blue) = 5+102+175=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #0566AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0566AF is #FA9950. Grayscale: #505050. Windows color (decimal): -16423249 or 11494917. OLE color: 11494917.

HSL color Cylindrical-coordinate representation of color #0566AF: hue angle of 205.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0566AF is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5102175-
CMYK0.970.4200.31
HSL205.76º94.44%35.29%-
HSV(B)205.76º97.14%68.63%-
XYZ12.5512.6342.33-
YUV81.32180.8673.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 175 (68.75% from 255) = 62.06%
R=1.77%
G=36.17%
B=62.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51021750.970.4200.31205.7694.4435.29
Hex566AF612A01Fce5e23
Octal51462571415203731613643
Binary1011100110101011111100001101010011111110011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0566af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0566af; }

 p { color: rgb(5,102,175); }

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

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

 a { background-color: rgb(5,102,175); }

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

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

 span { border-color: rgb(5,102,175); }

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