Html Css Color HEX #505458 Bright Grey

📋 copy color: '#505458'

red 80 ◦ green 84 ◦ blue 88

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

Shades of Bright Grey #505458

Tints of Bright Grey #505458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 31.75%
G = 33.33%
B = 34.92%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505458 (or 0x505458) is known color: Bright Grey. HEX triplet: 50, 54 and 58. RGB value is (80,84,88). Sum of RGB (Red+Green+Blue) = 80+84+88=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 88 - color contains mainly: blue. Hex color #505458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505458 is #AFABA7. Grayscale: #535353. Windows color (decimal): -11512744 or 5788752. OLE color: 5788752.

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

Color convert

RGB 80 84 88 -
CMYK 0.09 0.05 0 0.65
HSL 210º 0.05% 0.33% -
HSV(B) 210º 0.09% 0.35% -
XYZ 8.24 8.75 10.49 -
YUV 83.26 130.67 125.67 -
System Red Green Blue C M Y K H S L
Decimal 80 84 88 0.09 0.05 0 0.65 210 0.05 0.33
Hex 50 54 58 9 5 0 41 D2 5 21
Octal 120 124 130 11 5 0 101 322 5 41
Binary 1010000 1010100 1011000 1001 101 0 1000001 11010010 101 100001

Color Harmonies of #505458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505458

Black with #505458

Text Example


Text Example

White with #505458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505458; }

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

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

background-color css

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

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

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

border-color css

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

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

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