Html Css Color HEX #505461 Bright Grey

📋 copy color: '#505461'

red 80 ◦ green 84 ◦ blue 97

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

Shades of Bright Grey #505461

Tints of Bright Grey #505461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

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

R = 30.65%
G = 32.18%
B = 37.16%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505461 (or 0x505461) is known color: Bright Grey. HEX triplet: 50, 54 and 61. RGB value is (80,84,97). Sum of RGB (Red+Green+Blue) = 80+84+97=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #505461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505461 is #AFAB9E. Grayscale: #545454. Windows color (decimal): -11512735 or 6378576. OLE color: 6378576.

HSL color Cylindrical-coordinate representation of color #505461: hue angle of 225.88º 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 #505461 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 84 97 -
CMYK 0.18 0.13 0 0.62
HSL 225.88º 0.1% 0.35% -
HSV(B) 225.88º 0.18% 0.38% -
XYZ 8.64 8.91 12.57 -
YUV 84.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 80 84 97 0.18 0.13 0 0.62 225.88 0.1 0.35
Hex 50 54 61 12 D 0 3E E2 A 23
Octal 120 124 141 22 15 0 76 342 12 43
Binary 1010000 1010100 1100001 10010 1101 0 111110 11100010 1010 100011

Color Harmonies of #505461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505461

Black with #505461

Text Example


Text Example

White with #505461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505461; }

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

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

background-color css

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

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

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

border-color css

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

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

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