Html Css Color HEX #505459 Bright Grey

📋 copy color: '#505459'

red 80 ◦ green 84 ◦ blue 89

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

Shades of Bright Grey #505459

Tints of Bright Grey #505459

RGB

 RED value IS 80 (31.64% from 255) = 31.62%

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 89 (35.16% from 255) = 35.18%

R = 31.62%
G = 33.2%
B = 35.18%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505459 (or 0x505459) is known color: Bright Grey. HEX triplet: 50, 54 and 59. RGB value is (80,84,89). Sum of RGB (Red+Green+Blue) = 80+84+89=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #505459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505459 is #AFABA6. Grayscale: #535353. Windows color (decimal): -11512743 or 5854288. OLE color: 5854288.

HSL color Cylindrical-coordinate representation of color #505459: hue angle of 213.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505459 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 84 89 -
CMYK 0.10 0.06 0 0.65
HSL 213.33º 0.05% 0.33% -
HSV(B) 213.33º 0.1% 0.35% -
XYZ 8.28 8.77 10.71 -
YUV 83.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 80 84 89 0.10 0.06 0 0.65 213.33 0.05 0.33
Hex 50 54 59 A 6 0 41 D5 5 21
Octal 120 124 131 12 6 0 101 325 5 41
Binary 1010000 1010100 1011001 1010 110 0 1000001 11010101 101 100001

Color Harmonies of #505459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505459

Black with #505459

Text Example


Text Example

White with #505459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505459; }

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

 H1.HeaderClassName
 {
   color: #505459;
 }
 .AnyTagClassName
 {
   color: #505459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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