#567685

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

Shades of Blue Bayoux #567685

Tints of Blue Bayoux #567685

Color information

#567685 (or 0x567685) is unknown color: approx Blue Bayoux. HEX triplet: 56, 76 and 85. RGB value is (86,118,133). Sum of RGB (Red+Green+Blue) = 86+118+133=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #567685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567685 is #A9897A. Grayscale: #6E6E6E. Windows color (decimal): -11110779 or 8746582. OLE color: 8746582.

HSL color Cylindrical-coordinate representation of color #567685: hue angle of 199.15º 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 #567685 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB86118133-
CMYK0.350.1100.48
HSL199.15º21.46%42.94%-
HSV(B)199.15º35.34%52.16%-
XYZ14.5516.6324.63-
YUV110.14140.9110.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=25.52%
G=35.01%
B=39.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861181330.350.1100.48199.1521.4642.94
Hex56768523B030c7152b
Octal12616620543130603072553
Binary1010110111011010000101100011101101100001100011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567685; }

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

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

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

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

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

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

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

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