Html Css Color HEX #535459 Bright Grey

📋 copy color: '#535459'

red 83 ◦ green 84 ◦ blue 89

#535459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #535459

Tints of Bright Grey #535459

RGB

 RED value IS 83 (32.81% from 255) = 32.42%

 GREEN value IS 84 (33.2% 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 value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#535459 (or 0x535459) is known color: 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

RGB 83 84 89 -
CMYK 0.07 0.06 0 0.65
HSL 230º 0.03% 0.34% -
HSV(B) 230º 0.07% 0.35% -
XYZ 8.54 8.9 10.72 -
YUV 84.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 83 84 89 0.07 0.06 0 0.65 230 0.03 0.34
Hex 53 54 59 7 6 0 41 E6 3 22
Octal 123 124 131 7 6 0 101 346 3 42
Binary 1010011 1010100 1011001 111 110 0 1000001 11100110 11 100010

Color Harmonies of #535459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535459

Black with #535459

Text Example


Text Example

White with #535459

Text Example


Text Example

HTML Codes & Css Web 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>