#565E7C

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

Shades of Chambray #565E7C

Tints of Chambray #565E7C

Color information

#565E7C (or 0x565E7C) is unknown color: approx Chambray. HEX triplet: 56, 5E and 7C. RGB value is (86,94,124). Sum of RGB (Red+Green+Blue) = 86+94+124=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #565E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E7C is #A9A183. Grayscale: #5E5E5E. Windows color (decimal): -11116932 or 8150614. OLE color: 8150614.

HSL color Cylindrical-coordinate representation of color #565E7C: hue angle of 227.37º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565E7C is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8694124-
CMYK0.310.2400.51
HSL227.37º18.1%41.18%-
HSV(B)227.37º30.65%48.63%-
XYZ11.4811.4420.67-
YUV95.03144.35121.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=28.29%
G=30.92%
B=40.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86941240.310.2400.51227.3718.141.18
Hex565E7C1F18033e31229
Octal12613617437300633432251
Binary101011010111101111100111111100001100111110001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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