#565E78

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

Shades of Chambray #565E78

Tints of Chambray #565E78

Color information

#565E78 (or 0x565E78) is unknown color: approx Chambray. HEX triplet: 56, 5E and 78. RGB value is (86,94,120). Sum of RGB (Red+Green+Blue) = 86+94+120=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #565E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E78 is #A9A187. Grayscale: #5E5E5E. Windows color (decimal): -11116936 or 7888470. OLE color: 7888470.

HSL color Cylindrical-coordinate representation of color #565E78: hue angle of 225.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565E78 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8694120-
CMYK0.280.2200.53
HSL225.88º16.5%40.39%-
HSV(B)225.88º28.33%47.06%-
XYZ11.2311.3419.37-
YUV94.57142.35121.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 94 (37.11% from 255) = 31.33%
BLUE value IS 120 (47.27% from 255) = 40%
R=28.67%
G=31.33%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86941200.280.2200.53225.8816.540.39
Hex565E781C16035e21128
Octal12613617034260653422150
Binary101011010111101111000111001011001101011110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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