#535456

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

Shades of Bright Grey #535456

Tints of Bright Grey #535456

Color information

#535456 (or 0x535456) is unknown color: approx Bright Grey. HEX triplet: 53, 54 and 56. RGB value is (83,84,86). Sum of RGB (Red+Green+Blue) = 83+84+86=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 86 - color contains mainly: blue. Hex color #535456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535456 is #ACABA9. Grayscale: #535353. Windows color (decimal): -11316138 or 5657683. OLE color: 5657683.

HSL color Cylindrical-coordinate representation of color #535456: hue angle of 220º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #535456 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB838486-
CMYK0.030.0200.66
HSL220º1.78%33.14%-
HSV(B)220º3.49%33.73%-
XYZ8.428.8510.07-
YUV83.93129.17127.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=32.81%
G=33.20%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8384860.030.0200.662201.7833.14
Hex53545632042dc221
Octal123124126320102334241
Binary1010011101010010101101110010000101101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535456; }

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

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

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

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

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

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

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

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