#565961

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

Shades of Bright Grey #565961

Tints of Bright Grey #565961

Color information

#565961 (or 0x565961) is unknown color: approx Bright Grey. HEX triplet: 56, 59 and 61. RGB value is (86,89,97). Sum of RGB (Red+Green+Blue) = 86+89+97=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 97 - color contains mainly: blue. Hex color #565961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565961 is #A9A69E. Grayscale: #585858. Windows color (decimal): -11118239 or 6379862. OLE color: 6379862.

HSL color Cylindrical-coordinate representation of color #565961: hue angle of 223.64º 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 #565961 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868997-
CMYK0.110.0800.62
HSL223.64º6.01%35.88%-
HSV(B)223.64º11.34%38.04%-
XYZ9.579.9912.73-
YUV89.01132.51125.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=31.62%
G=32.72%
B=35.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8689970.110.0800.62223.646.0135.88
Hex565961B803Ee0624
Octal1261311411310076340644
Binary10101101011001110000110111000011111011100000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565961; }

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

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

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

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

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

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

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

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