Html Css Color HEX #50555A Bright Grey

📋 copy color: '#50555A'

red 80 ◦ green 85 ◦ blue 90

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

Shades of Bright Grey #50555A

Tints of Bright Grey #50555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 31.37%
G = 33.33%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50555A (or 0x50555A) is known color: Bright Grey. HEX triplet: 50, 55 and 5A. RGB value is (80,85,90). Sum of RGB (Red+Green+Blue) = 80+85+90=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #50555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50555A is #AFAAA5. Grayscale: #545454. Windows color (decimal): -11512486 or 5920080. OLE color: 5920080.

HSL color Cylindrical-coordinate representation of color #50555A: hue angle of 210º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50555A is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 85 90 -
CMYK 0.11 0.06 0 0.65
HSL 210º 0.06% 0.33% -
HSV(B) 210º 0.11% 0.35% -
XYZ 8.4 8.94 10.96 -
YUV 84.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 80 85 90 0.11 0.06 0 0.65 210 0.06 0.33
Hex 50 55 5A B 6 0 41 D2 6 21
Octal 120 125 132 13 6 0 101 322 6 41
Binary 1010000 1010101 1011010 1011 110 0 1000001 11010010 110 100001

Color Harmonies of #50555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50555A

Black with #50555A

Text Example


Text Example

White with #50555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50555A; }

 p { color: rgb(80,85,90); }

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

background-color css

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

 a { background-color: rgb(80,85,90); }

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

border-color css

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

 span { border-color: rgb(80,85,90); }

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