Html Css Color HEX #505257 Bright Grey

📋 copy color: '#505257'

red 80 ◦ green 82 ◦ blue 87

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

Shades of Bright Grey #505257

Tints of Bright Grey #505257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.94%

R = 32.13%
G = 32.93%
B = 34.94%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#505257 (or 0x505257) is known color: Bright Grey. HEX triplet: 50, 52 and 57. RGB value is (80,82,87). Sum of RGB (Red+Green+Blue) = 80+82+87=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 87 - color contains mainly: blue. Hex color #505257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505257 is #AFADA8. Grayscale: #515151. Windows color (decimal): -11513257 or 5722704. OLE color: 5722704.

HSL color Cylindrical-coordinate representation of color #505257: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #505257 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 82 87 -
CMYK 0.08 0.06 0 0.66
HSL 222.86º 0.04% 0.33% -
HSV(B) 222.86º 0.08% 0.34% -
XYZ 8.05 8.43 10.22 -
YUV 81.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 80 82 87 0.08 0.06 0 0.66 222.86 0.04 0.33
Hex 50 52 57 8 6 0 42 DF 4 21
Octal 120 122 127 10 6 0 102 337 4 41
Binary 1010000 1010010 1010111 1000 110 0 1000010 11011111 100 100001

Color Harmonies of #505257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505257

Black with #505257

Text Example


Text Example

White with #505257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505257; }

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

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

background-color css

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

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

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

border-color css

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

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

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