#565860

Color #565860 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #565860

Tints of Bright Grey #565860

Color information

#565860 (or 0x565860) is unknown color: approx Bright Grey. HEX triplet: 56, 58 and 60. RGB value is (86,88,96). Sum of RGB (Red+Green+Blue) = 86+88+96=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #565860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565860 is #A9A79F. Grayscale: #585858. Windows color (decimal): -11118496 or 6314070. OLE color: 6314070.

HSL color Cylindrical-coordinate representation of color #565860: hue angle of 228º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #565860 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868896-
CMYK0.100.0800.62
HSL228º5.49%35.69%-
HSV(B)228º10.42%37.65%-
XYZ9.449.812.46-
YUV88.31132.34126.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=31.85%
G=32.59%
B=35.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8688960.100.0800.622285.4935.69
Hex565860A803Ee4524
Octal1261301401210076344544
Binary10101101011000110000010101000011111011100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565860; }

 p { color: rgb(86,88,96); }

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

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

 a { background-color: rgb(86,88,96); }

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

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

 span { border-color: rgb(86,88,96); }

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