Html Css Color HEX #505259 Bright Grey

📋 copy color: '#505259'

red 80 ◦ green 82 ◦ blue 89

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

Shades of Bright Grey #505259

Tints of Bright Grey #505259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.67%

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

R = 31.87%
G = 32.67%
B = 35.46%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505259 (or 0x505259) is known color: Bright Grey. HEX triplet: 50, 52 and 59. RGB value is (80,82,89). Sum of RGB (Red+Green+Blue) = 80+82+89=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #505259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505259 is #AFADA6. Grayscale: #525252. Windows color (decimal): -11513255 or 5853776. OLE color: 5853776.

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

Color convert

RGB 80 82 89 -
CMYK 0.10 0.08 0 0.65
HSL 226.67º 0.05% 0.33% -
HSV(B) 226.67º 0.1% 0.35% -
XYZ 8.13 8.46 10.66 -
YUV 82.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 80 82 89 0.10 0.08 0 0.65 226.67 0.05 0.33
Hex 50 52 59 A 8 0 41 E3 5 21
Octal 120 122 131 12 10 0 101 343 5 41
Binary 1010000 1010010 1011001 1010 1000 0 1000001 11100011 101 100001

Color Harmonies of #505259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505259

Black with #505259

Text Example


Text Example

White with #505259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505259; }

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

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

background-color css

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

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

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

border-color css

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

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

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