#535860

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

Shades of Bright Grey #535860

Tints of Bright Grey #535860

Color information

#535860 (or 0x535860) is unknown color: approx Bright Grey. HEX triplet: 53, 58 and 60. RGB value is (83,88,96). Sum of RGB (Red+Green+Blue) = 83+88+96=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #535860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535860 is #ACA79F. Grayscale: #575757. Windows color (decimal): -11315104 or 6314067. OLE color: 6314067.

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

Color convert

RGB838896-
CMYK0.140.0800.62
HSL216.92º7.26%35.1%-
HSV(B)216.92º13.54%37.65%-
XYZ9.179.6612.45-
YUV87.42132.84124.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=31.09%
G=32.96%
B=35.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8388960.140.0800.62216.927.2635.1
Hex535860E803Ed9723
Octal1231301401610076331743
Binary10100111011000110000011101000011111011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535860; }

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

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

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

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

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

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

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

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