Html Css Color HEX #505361 Bright Grey

📋 copy color: '#505361'

red 80 ◦ green 83 ◦ blue 97

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

Shades of Bright Grey #505361

Tints of Bright Grey #505361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 30.77%
G = 31.92%
B = 37.31%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505361 (or 0x505361) is known color: Bright Grey. HEX triplet: 50, 53 and 61. RGB value is (80,83,97). Sum of RGB (Red+Green+Blue) = 80+83+97=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #505361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505361 is #AFAC9E. Grayscale: #535353. Windows color (decimal): -11512991 or 6378320. OLE color: 6378320.

HSL color Cylindrical-coordinate representation of color #505361: hue angle of 229.41º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505361 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 83 97 -
CMYK 0.18 0.14 0 0.62
HSL 229.41º 0.1% 0.35% -
HSV(B) 229.41º 0.18% 0.38% -
XYZ 8.56 8.76 12.55 -
YUV 83.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 80 83 97 0.18 0.14 0 0.62 229.41 0.1 0.35
Hex 50 53 61 12 E 0 3E E5 A 23
Octal 120 123 141 22 16 0 76 345 12 43
Binary 1010000 1010011 1100001 10010 1110 0 111110 11100101 1010 100011

Color Harmonies of #505361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505361

Black with #505361

Text Example


Text Example

White with #505361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505361; }

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

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

background-color css

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

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

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

border-color css

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

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

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