Html Css Color HEX #505357 Bright Grey

📋 copy color: '#505357'

red 80 ◦ green 83 ◦ blue 87

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

Shades of Bright Grey #505357

Tints of Bright Grey #505357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

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

R = 32%
G = 33.2%
B = 34.8%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#505357 (or 0x505357) is known color: Bright Grey. HEX triplet: 50, 53 and 57. RGB value is (80,83,87). Sum of RGB (Red+Green+Blue) = 80+83+87=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 87 - color contains mainly: blue. Hex color #505357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505357 is #AFACA8. Grayscale: #525252. Windows color (decimal): -11513001 or 5722960. OLE color: 5722960.

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

Color convert

RGB 80 83 87 -
CMYK 0.08 0.05 0 0.66
HSL 214.29º 0.04% 0.33% -
HSV(B) 214.29º 0.08% 0.34% -
XYZ 8.12 8.58 10.24 -
YUV 82.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 80 83 87 0.08 0.05 0 0.66 214.29 0.04 0.33
Hex 50 53 57 8 5 0 42 D6 4 21
Octal 120 123 127 10 5 0 102 326 4 41
Binary 1010000 1010011 1010111 1000 101 0 1000010 11010110 100 100001

Color Harmonies of #505357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505357

Black with #505357

Text Example


Text Example

White with #505357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505357; }

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

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

background-color css

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

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

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

border-color css

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

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

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