Html Css Color HEX #505359 Bright Grey

📋 copy color: '#505359'

red 80 ◦ green 83 ◦ blue 89

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

Shades of Bright Grey #505359

Tints of Bright Grey #505359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 31.75%
G = 32.94%
B = 35.32%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#505359 (or 0x505359) is known color: Bright Grey. HEX triplet: 50, 53 and 59. RGB value is (80,83,89). Sum of RGB (Red+Green+Blue) = 80+83+89=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #505359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505359 is #AFACA6. Grayscale: #525252. Windows color (decimal): -11512999 or 5854032. OLE color: 5854032.

HSL color Cylindrical-coordinate representation of color #505359: hue angle of 220º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505359 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 83 89 -
CMYK 0.10 0.07 0 0.65
HSL 220º 0.05% 0.33% -
HSV(B) 220º 0.1% 0.35% -
XYZ 8.2 8.61 10.68 -
YUV 82.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 80 83 89 0.10 0.07 0 0.65 220 0.05 0.33
Hex 50 53 59 A 7 0 41 DC 5 21
Octal 120 123 131 12 7 0 101 334 5 41
Binary 1010000 1010011 1011001 1010 111 0 1000001 11011100 101 100001

Color Harmonies of #505359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505359

Black with #505359

Text Example


Text Example

White with #505359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505359; }

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

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

background-color css

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

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

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

border-color css

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

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

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