Html Css Color HEX #507F80 Paradiso

📋 copy color: '#507F80'

red 80 ◦ green 127 ◦ blue 128

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

Shades of Paradiso #507F80

Tints of Paradiso #507F80

RGB

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

 GREEN value IS 127 (50% from 255) = 37.91%

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 23.88%
G = 37.91%
B = 38.21%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#507F80 (or 0x507F80) is known color: Paradiso. HEX triplet: 50, 7F and 80. RGB value is (80,127,128). Sum of RGB (Red+Green+Blue) = 80+127+128=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #507F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F80 is #AF807F. Grayscale: #717171. Windows color (decimal): -11501696 or 8421200. OLE color: 8421200.

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

Color convert

RGB 80 127 128 -
CMYK 0.38 0.01 0 0.50
HSL 181.25º 0.23% 0.41% -
HSV(B) 181.25º 0.38% 0.5% -
XYZ 14.79 18.44 23.2 -
YUV 113.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 80 127 128 0.38 0.01 0 0.50 181.25 0.23 0.41
Hex 50 7F 80 26 1 0 32 B5 17 29
Octal 120 177 200 46 1 0 62 265 27 51
Binary 1010000 1111111 10000000 100110 1 0 110010 10110101 10111 101001

Color Harmonies of #507F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F80

Black with #507F80

Text Example


Text Example

White with #507F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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