#565B61

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

Shades of Bright Grey #565B61

Tints of Bright Grey #565B61

Color information

#565B61 (or 0x565B61) is unknown color: approx Bright Grey. HEX triplet: 56, 5B and 61. RGB value is (86,91,97). Sum of RGB (Red+Green+Blue) = 86+91+97=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #565B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B61 is #A9A49E. Grayscale: #5A5A5A. Windows color (decimal): -11117727 or 6380374. OLE color: 6380374.

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

Color convert

RGB869197-
CMYK0.110.0600.62
HSL212.73º6.01%35.88%-
HSV(B)212.73º11.34%38.04%-
XYZ9.7410.3212.79-
YUV90.19131.84125.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=31.39%
G=33.21%
B=35.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8691970.110.0600.62212.736.0135.88
Hex565B61B603Ed5624
Octal126133141136076325644
Binary1010110101101111000011011110011111011010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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