#565E82

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

Shades of Chambray #565E82

Tints of Chambray #565E82

Color information

#565E82 (or 0x565E82) is unknown color: approx Chambray. HEX triplet: 56, 5E and 82. RGB value is (86,94,130). Sum of RGB (Red+Green+Blue) = 86+94+130=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #565E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E82 is #A9A17D. Grayscale: #5F5F5F. Windows color (decimal): -11116926 or 8543830. OLE color: 8543830.

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

Color convert

RGB8694130-
CMYK0.340.2800.49
HSL229.09º20.37%42.35%-
HSV(B)229.09º33.85%50.98%-
XYZ11.8711.622.73-
YUV95.71147.35121.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=27.74%
G=30.32%
B=41.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86941300.340.2800.49229.0920.3742.35
Hex565E82221C031e5142a
Octal12613620242340613452452
Binary10101101011110100000101000101110001100011110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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