Html Css Color HEX #505158 Bright Grey

📋 copy color: '#505158'

red 80 ◦ green 81 ◦ blue 88

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

Shades of Bright Grey #505158

Tints of Bright Grey #505158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

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

R = 32.13%
G = 32.53%
B = 35.34%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505158 (or 0x505158) is known color: Bright Grey. HEX triplet: 50, 51 and 58. RGB value is (80,81,88). Sum of RGB (Red+Green+Blue) = 80+81+88=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 88 - color contains mainly: blue. Hex color #505158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505158 is #AFAEA7. Grayscale: #515151. Windows color (decimal): -11513512 or 5787984. OLE color: 5787984.

HSL color Cylindrical-coordinate representation of color #505158: hue angle of 232.5º 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 #505158 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 81 88 -
CMYK 0.09 0.08 0 0.65
HSL 232.5º 0.05% 0.33% -
HSV(B) 232.5º 0.09% 0.35% -
XYZ 8.01 8.29 10.41 -
YUV 81.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 80 81 88 0.09 0.08 0 0.65 232.5 0.05 0.33
Hex 50 51 58 9 8 0 41 E8 5 21
Octal 120 121 130 11 10 0 101 350 5 41
Binary 1010000 1010001 1011000 1001 1000 0 1000001 11101000 101 100001

Color Harmonies of #505158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505158

Black with #505158

Text Example


Text Example

White with #505158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505158; }

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

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

background-color css

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

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

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

border-color css

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

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

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