#565A60

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

Shades of Bright Grey #565A60

Tints of Bright Grey #565A60

Color information

#565A60 (or 0x565A60) is unknown color: approx Bright Grey. HEX triplet: 56, 5A and 60. RGB value is (86,90,96). Sum of RGB (Red+Green+Blue) = 86+90+96=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: blue. Hex color #565A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A60 is #A9A59F. Grayscale: #595959. Windows color (decimal): -11117984 or 6314582. OLE color: 6314582.

HSL color Cylindrical-coordinate representation of color #565A60: hue angle of 216º 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 #565A60 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB869096-
CMYK0.100.0600.62
HSL216º5.49%35.69%-
HSV(B)216º10.42%37.65%-
XYZ9.6110.1412.52-
YUV89.49131.67125.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=31.62%
G=33.09%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8690960.100.0600.622165.4935.69
Hex565A60A603Ed8524
Octal126132140126076330544
Binary1010110101101011000001010110011111011011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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