#565A61

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

Shades of Bright Grey #565A61

Tints of Bright Grey #565A61

Color information

#565A61 (or 0x565A61) is unknown color: approx Bright Grey. HEX triplet: 56, 5A and 61. RGB value is (86,90,97). Sum of RGB (Red+Green+Blue) = 86+90+97=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #565A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A61 is #A9A59E. Grayscale: #595959. Windows color (decimal): -11117983 or 6380118. OLE color: 6380118.

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

Color convert

RGB869097-
CMYK0.110.0700.62
HSL218.18º6.01%35.88%-
HSV(B)218.18º11.34%38.04%-
XYZ9.6510.1512.76-
YUV89.6132.17125.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=31.50%
G=32.97%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8690970.110.0700.62218.186.0135.88
Hex565A61B703Eda624
Octal126132141137076332644
Binary1010110101101011000011011111011111011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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