Html Css Color HEX #50797D Paradiso

📋 copy color: '#50797D'

red 80 ◦ green 121 ◦ blue 125

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

Shades of Paradiso #50797D

Tints of Paradiso #50797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 24.54%
G = 37.12%
B = 38.34%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50797D (or 0x50797D) is known color: Paradiso. HEX triplet: 50, 79 and 7D. RGB value is (80,121,125). Sum of RGB (Red+Green+Blue) = 80+121+125=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #50797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50797D is #AF8682. Grayscale: #6D6D6D. Windows color (decimal): -11503235 or 8223056. OLE color: 8223056.

HSL color Cylindrical-coordinate representation of color #50797D: hue angle of 185.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50797D is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 121 125 -
CMYK 0.36 0.03 0 0.51
HSL 185.33º 0.22% 0.4% -
HSV(B) 185.33º 0.36% 0.49% -
XYZ 13.85 16.86 21.93 -
YUV 109.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 80 121 125 0.36 0.03 0 0.51 185.33 0.22 0.4
Hex 50 79 7D 24 3 0 33 B9 16 28
Octal 120 171 175 44 3 0 63 271 26 50
Binary 1010000 1111001 1111101 100100 11 0 110011 10111001 10110 101000

Color Harmonies of #50797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50797D

Black with #50797D

Text Example


Text Example

White with #50797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50797D; }

 p { color: rgb(80,121,125); }

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

background-color css

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

 a { background-color: rgb(80,121,125); }

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

border-color css

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

 span { border-color: rgb(80,121,125); }

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