#565E81

Color #565E81 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #565E81

Tints of Chambray #565E81

Color information

#565E81 (or 0x565E81) is unknown color: approx Chambray. HEX triplet: 56, 5E and 81. RGB value is (86,94,129). Sum of RGB (Red+Green+Blue) = 86+94+129=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #565E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E81 is #A9A17E. Grayscale: #5F5F5F. Windows color (decimal): -11116927 or 8478294. OLE color: 8478294.

HSL color Cylindrical-coordinate representation of color #565E81: hue angle of 228.84º 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 #565E81 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8694129-
CMYK0.330.2700.49
HSL228.84º20%42.16%-
HSV(B)228.84º33.33%50.59%-
XYZ11.811.5722.38-
YUV95.6146.85121.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=27.83%
G=30.42%
B=41.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86941290.330.2700.49228.842042.16
Hex565E81211B031e5142a
Octal12613620141330613452452
Binary10101101011110100000011000011101101100011110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565E81; }

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

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

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

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

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

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

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

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