#535560

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

Shades of Bright Grey #535560

Tints of Bright Grey #535560

Color information

#535560 (or 0x535560) is unknown color: approx Bright Grey. HEX triplet: 53, 55 and 60. RGB value is (83,85,96). Sum of RGB (Red+Green+Blue) = 83+85+96=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #535560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535560 is #ACAA9F. Grayscale: #555555. Windows color (decimal): -11315872 or 6313299. OLE color: 6313299.

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

Color convert

RGB838596-
CMYK0.140.1100.62
HSL230.77º7.26%35.1%-
HSV(B)230.77º13.54%37.65%-
XYZ8.939.1812.37-
YUV85.66133.84126.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=31.44%
G=32.20%
B=36.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8385960.140.1100.62230.777.2635.1
Hex535560EB03Ee7723
Octal1231251401613076347743
Binary10100111010101110000011101011011111011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535560; }

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

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

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

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

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

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

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

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