#535660

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

Shades of Bright Grey #535660

Tints of Bright Grey #535660

Color information

#535660 (or 0x535660) is unknown color: approx Bright Grey. HEX triplet: 53, 56 and 60. RGB value is (83,86,96). Sum of RGB (Red+Green+Blue) = 83+86+96=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #535660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535660 is #ACA99F. Grayscale: #565656. Windows color (decimal): -11315616 or 6313555. OLE color: 6313555.

HSL color Cylindrical-coordinate representation of color #535660: hue angle of 226.15º 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 #535660 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB838696-
CMYK0.140.1000.62
HSL226.15º7.26%35.1%-
HSV(B)226.15º13.54%37.65%-
XYZ9.019.3412.39-
YUV86.24133.51125.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=31.32%
G=32.45%
B=36.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8386960.140.1000.62226.157.2635.1
Hex535660EA03Ee2723
Octal1231261401612076342743
Binary10100111010110110000011101010011111011100010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535660; }

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

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

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

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

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

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

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

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