#565D7A

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

Shades of Chambray #565D7A

Tints of Chambray #565D7A

Color information

#565D7A (or 0x565D7A) is unknown color: approx Chambray. HEX triplet: 56, 5D and 7A. RGB value is (86,93,122). Sum of RGB (Red+Green+Blue) = 86+93+122=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #565D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D7A is #A9A285. Grayscale: #5E5E5E. Windows color (decimal): -11117190 or 8019286. OLE color: 8019286.

HSL color Cylindrical-coordinate representation of color #565D7A: hue angle of 228.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #565D7A is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8693122-
CMYK0.300.2400.52
HSL228.33º17.31%40.78%-
HSV(B)228.33º29.51%47.84%-
XYZ11.2611.2119.98-
YUV94.21143.68122.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=28.57%
G=30.90%
B=40.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86931220.300.2400.52228.3317.3140.78
Hex565D7A1E18034e41129
Octal12613517236300643442151
Binary101011010111011111010111101100001101001110010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,93,122); }

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

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

 a { background-color: rgb(86,93,122); }

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

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

 span { border-color: rgb(86,93,122); }

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