Html Css Color HEX #505260 Bright Grey

📋 copy color: '#505260'

red 80 ◦ green 82 ◦ blue 96

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

Shades of Bright Grey #505260

Tints of Bright Grey #505260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 31.01%
G = 31.78%
B = 37.21%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#505260 (or 0x505260) is known color: Bright Grey. HEX triplet: 50, 52 and 60. RGB value is (80,82,96). Sum of RGB (Red+Green+Blue) = 80+82+96=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #505260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505260 is #AFAD9F. Grayscale: #525252. Windows color (decimal): -11513248 or 6312528. OLE color: 6312528.

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

Color convert

RGB 80 82 96 -
CMYK 0.17 0.15 0 0.62
HSL 232.5º 0.09% 0.35% -
HSV(B) 232.5º 0.17% 0.38% -
XYZ 8.44 8.58 12.28 -
YUV 83 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 80 82 96 0.17 0.15 0 0.62 232.5 0.09 0.35
Hex 50 52 60 11 F 0 3E E8 9 23
Octal 120 122 140 21 17 0 76 350 11 43
Binary 1010000 1010010 1100000 10001 1111 0 111110 11101000 1001 100011

Color Harmonies of #505260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505260

Black with #505260

Text Example


Text Example

White with #505260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505260; }

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

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

background-color css

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

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

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

border-color css

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

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

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