#567581

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

Shades of Blue Bayoux #567581

Tints of Blue Bayoux #567581

Color information

#567581 (or 0x567581) is unknown color: approx Blue Bayoux. HEX triplet: 56, 75 and 81. RGB value is (86,117,129). Sum of RGB (Red+Green+Blue) = 86+117+129=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #567581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567581 is #A98A7E. Grayscale: #6D6D6D. Windows color (decimal): -11111039 or 8484182. OLE color: 8484182.

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

Color convert

RGB86117129-
CMYK0.330.0900.49
HSL196.74º20%42.16%-
HSV(B)196.74º33.33%50.59%-
XYZ14.1616.2923.17-
YUV109.1139.23111.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=25.90%
G=35.24%
B=38.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861171290.330.0900.49196.742042.16
Hex567581219031c5142a
Octal12616520141110613052452
Binary1010110111010110000001100001100101100011100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567581; }

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

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

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

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

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

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

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

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