#565761

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

Shades of Bright Grey #565761

Tints of Bright Grey #565761

Color information

#565761 (or 0x565761) is unknown color: approx Bright Grey. HEX triplet: 56, 57 and 61. RGB value is (86,87,97). Sum of RGB (Red+Green+Blue) = 86+87+97=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: blue. Hex color #565761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565761 is #A9A89E. Grayscale: #575757. Windows color (decimal): -11118751 or 6379350. OLE color: 6379350.

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

Color convert

RGB868797-
CMYK0.110.1000.62
HSL234.55º6.01%35.88%-
HSV(B)234.55º11.34%38.04%-
XYZ9.49.6612.68-
YUV87.84133.17126.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=31.85%
G=32.22%
B=35.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8687970.110.1000.62234.556.0135.88
Hex565761BA03Eeb624
Octal1261271411312076353644
Binary10101101010111110000110111010011111011101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565761; }

 p { color: rgb(86,87,97); }

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

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

 a { background-color: rgb(86,87,97); }

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

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

 span { border-color: rgb(86,87,97); }

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