#565962

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

Shades of Bright Grey #565962

Tints of Bright Grey #565962

Color information

#565962 (or 0x565962) is unknown color: approx Bright Grey. HEX triplet: 56, 59 and 62. RGB value is (86,89,98). Sum of RGB (Red+Green+Blue) = 86+89+98=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #565962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565962 is #A9A69D. Grayscale: #595959. Windows color (decimal): -11118238 or 6445398. OLE color: 6445398.

HSL color Cylindrical-coordinate representation of color #565962: hue angle of 225º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #565962 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868998-
CMYK0.120.0900.62
HSL225º6.52%36.08%-
HSV(B)225º12.24%38.43%-
XYZ9.6110.0112.98-
YUV89.13133.01125.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=31.50%
G=32.60%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8689980.120.0900.622256.5236.08
Hex565962C903Ee1724
Octal1261311421411076341744
Binary10101101011001110001011001001011111011100001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565962; }

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

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

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

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

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

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

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

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