#565963

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

Shades of Bright Grey #565963

Tints of Bright Grey #565963

Color information

#565963 (or 0x565963) is unknown color: approx Bright Grey. HEX triplet: 56, 59 and 63. RGB value is (86,89,99). Sum of RGB (Red+Green+Blue) = 86+89+99=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #565963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565963 is #A9A69C. Grayscale: #595959. Windows color (decimal): -11118237 or 6510934. OLE color: 6510934.

HSL color Cylindrical-coordinate representation of color #565963: hue angle of 226.15º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #565963 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB868999-
CMYK0.130.1000.61
HSL226.15º7.03%36.27%-
HSV(B)226.15º13.13%38.82%-
XYZ9.6610.0213.23-
YUV89.24133.51125.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=31.39%
G=32.48%
B=36.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8689990.130.1000.61226.157.0336.27
Hex565963DA03De2724
Octal1261311431512075342744
Binary10101101011001110001111011010011110111100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565963; }

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

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

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

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

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

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

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

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