#567585

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

Shades of Blue Bayoux #567585

Tints of Blue Bayoux #567585

Color information

#567585 (or 0x567585) is unknown color: approx Blue Bayoux. HEX triplet: 56, 75 and 85. RGB value is (86,117,133). Sum of RGB (Red+Green+Blue) = 86+117+133=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #567585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567585 is #A98A7A. Grayscale: #6D6D6D. Windows color (decimal): -11111035 or 8746326. OLE color: 8746326.

HSL color Cylindrical-coordinate representation of color #567585: hue angle of 200.43º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #567585 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86117133-
CMYK0.350.1200.48
HSL200.43º21.46%42.94%-
HSV(B)200.43º35.34%52.16%-
XYZ14.4316.3924.59-
YUV109.56141.23111.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=25.60%
G=34.82%
B=39.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861171330.350.1200.48200.4321.4642.94
Hex56758523C030c8152b
Octal12616520543140603102553
Binary1010110111010110000101100011110001100001100100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567585; }

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

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

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

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

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

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

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

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