#565861

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

Shades of Bright Grey #565861

Tints of Bright Grey #565861

Color information

#565861 (or 0x565861) is unknown color: approx Bright Grey. HEX triplet: 56, 58 and 61. RGB value is (86,88,97). Sum of RGB (Red+Green+Blue) = 86+88+97=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 97 - color contains mainly: blue. Hex color #565861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565861 is #A9A79E. Grayscale: #585858. Windows color (decimal): -11118495 or 6379606. OLE color: 6379606.

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

Color convert

RGB868897-
CMYK0.110.0900.62
HSL229.09º6.01%35.88%-
HSV(B)229.09º11.34%38.04%-
XYZ9.499.8212.7-
YUV88.43132.84126.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=31.73%
G=32.47%
B=35.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8688970.110.0900.62229.096.0135.88
Hex565861B903Ee5624
Octal1261301411311076345644
Binary10101101011000110000110111001011111011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565861; }

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

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

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

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

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

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

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

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