#535455

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

Shades of Bright Grey #535455

Tints of Bright Grey #535455

Color information

#535455 (or 0x535455) is unknown color: approx Bright Grey. HEX triplet: 53, 54 and 55. RGB value is (83,84,85). Sum of RGB (Red+Green+Blue) = 83+84+85=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 85 - color contains mainly: blue. Hex color #535455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535455 is #ACABAA. Grayscale: #535353. Windows color (decimal): -11316139 or 5592147. OLE color: 5592147.

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

Color convert

RGB838485-
CMYK0.020.0100.67
HSL210º1.19%32.94%-
HSV(B)210º2.35%33.33%-
XYZ8.388.849.86-
YUV83.82128.67127.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=32.94%
G=33.33%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8384850.020.0100.672101.1932.94
Hex53545521043d2121
Octal123124125210103322141
Binary10100111010100101010110101000011110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535455; }

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

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

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

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

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

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

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

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