Html Css Color HEX #50787F Paradiso

📋 copy color: '#50787F'

red 80 ◦ green 120 ◦ blue 127

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

Shades of Paradiso #50787F

Tints of Paradiso #50787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

 BLUE value IS 127 (50% from 255) = 38.84%

R = 24.46%
G = 36.7%
B = 38.84%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50787F (or 0x50787F) is known color: Paradiso. HEX triplet: 50, 78 and 7F. RGB value is (80,120,127). Sum of RGB (Red+Green+Blue) = 80+120+127=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #50787F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50787F is #AF8780. Grayscale: #6C6C6C. Windows color (decimal): -11503489 or 8353872. OLE color: 8353872.

HSL color Cylindrical-coordinate representation of color #50787F: hue angle of 188.94º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50787F is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 120 127 -
CMYK 0.37 0.06 0 0.50
HSL 188.94º 0.23% 0.41% -
HSV(B) 188.94º 0.37% 0.5% -
XYZ 13.86 16.67 22.57 -
YUV 108.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 80 120 127 0.37 0.06 0 0.50 188.94 0.23 0.41
Hex 50 78 7F 25 6 0 32 BD 17 29
Octal 120 170 177 45 6 0 62 275 27 51
Binary 1010000 1111000 1111111 100101 110 0 110010 10111101 10111 101001

Color Harmonies of #50787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50787F

Black with #50787F

Text Example


Text Example

White with #50787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50787F; }

 p { color: rgb(80,120,127); }

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

background-color css

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

 a { background-color: rgb(80,120,127); }

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

border-color css

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

 span { border-color: rgb(80,120,127); }

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