#567582

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

Shades of Blue Bayoux #567582

Tints of Blue Bayoux #567582

Color information

#567582 (or 0x567582) is unknown color: approx Blue Bayoux. HEX triplet: 56, 75 and 82. RGB value is (86,117,130). Sum of RGB (Red+Green+Blue) = 86+117+130=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #567582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567582 is #A98A7D. Grayscale: #6D6D6D. Windows color (decimal): -11111038 or 8549718. OLE color: 8549718.

HSL color Cylindrical-coordinate representation of color #567582: hue angle of 197.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567582 is Cyan = 0.34, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86117130-
CMYK0.340.100.49
HSL197.73º20.37%42.35%-
HSV(B)197.73º33.85%50.98%-
XYZ14.2316.3123.52-
YUV109.21139.73111.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=25.83%
G=35.14%
B=39.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861171300.340.100.49197.7320.3742.35
Hex56758222A031c6142a
Octal12616520242120613062452
Binary1010110111010110000010100010101001100011100011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567582; }

 p { color: rgb(86,117,130); }

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

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

 a { background-color: rgb(86,117,130); }

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

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

 span { border-color: rgb(86,117,130); }

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