#535960

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

Shades of Bright Grey #535960

Tints of Bright Grey #535960

Color information

#535960 (or 0x535960) is unknown color: approx Bright Grey. HEX triplet: 53, 59 and 60. RGB value is (83,89,96). Sum of RGB (Red+Green+Blue) = 83+89+96=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #535960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535960 is #ACA69F. Grayscale: #575757. Windows color (decimal): -11314848 or 6314323. OLE color: 6314323.

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

Color convert

RGB838996-
CMYK0.140.0700.62
HSL212.31º7.26%35.1%-
HSV(B)212.31º13.54%37.65%-
XYZ9.259.8312.48-
YUV88132.51124.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 96 (37.89% from 255) = 35.82%
R=30.97%
G=33.21%
B=35.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8389960.140.0700.62212.317.2635.1
Hex535960E703Ed4723
Octal123131140167076324743
Binary1010011101100111000001110111011111011010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535960; }

 p { color: rgb(83,89,96); }

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

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

 a { background-color: rgb(83,89,96); }

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

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

 span { border-color: rgb(83,89,96); }

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