#567485

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

Shades of Blue Bayoux #567485

Tints of Blue Bayoux #567485

Color information

#567485 (or 0x567485) is unknown color: approx Blue Bayoux. HEX triplet: 56, 74 and 85. RGB value is (86,116,133). Sum of RGB (Red+Green+Blue) = 86+116+133=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #567485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567485 is #A98B7A. Grayscale: #6C6C6C. Windows color (decimal): -11111291 or 8746070. OLE color: 8746070.

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

Color convert

RGB86116133-
CMYK0.350.1300.48
HSL201.7º21.46%42.94%-
HSV(B)201.7º35.34%52.16%-
XYZ14.3216.1624.56-
YUV108.97141.56111.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=25.67%
G=34.63%
B=39.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861161330.350.1300.48201.721.4642.94
Hex56748523D030ca152b
Octal12616420543150603122553
Binary1010110111010010000101100011110101100001100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567485; }

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

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

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

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

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

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

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

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