#535459

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

Shades of Bright Grey #535459

Tints of Bright Grey #535459

Color information

#535459 (or 0x535459) is unknown color: approx Bright Grey. HEX triplet: 53, 54 and 59. RGB value is (83,84,89). Sum of RGB (Red+Green+Blue) = 83+84+89=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #535459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535459 is #ACABA6. Grayscale: #545454. Windows color (decimal): -11316135 or 5854291. OLE color: 5854291.

HSL color Cylindrical-coordinate representation of color #535459: hue angle of 230º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535459 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB838489-
CMYK0.070.0600.65
HSL230º3.49%33.73%-
HSV(B)230º6.74%34.9%-
XYZ8.548.910.72-
YUV84.27130.67127.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=32.42%
G=32.81%
B=34.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8384890.070.0600.652303.4933.73
Hex53545976041e6322
Octal123124131760101346342
Binary101001110101001011001111110010000011110011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535459; }

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

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

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

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

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

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

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

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