Html Css Color HEX #508080 Paradiso

📋 copy color: '#508080'

red 80 ◦ green 128 ◦ blue 128

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

Shades of Paradiso #508080

Tints of Paradiso #508080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

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

R = 23.81%
G = 38.1%
B = 38.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#508080 (or 0x508080) is known color: Paradiso. HEX triplet: 50, 80 and 80. RGB value is (80,128,128). Sum of RGB (Red+Green+Blue) = 80+128+128=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #508080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508080 is #AF7F7F. Grayscale: #717171. Windows color (decimal): -11501440 or 8421456. OLE color: 8421456.

HSL color Cylindrical-coordinate representation of color #508080: hue angle of 180º 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 #508080 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 128 -
CMYK 0.38 0 0 0.50
HSL 180º 0.23% 0.41% -
HSV(B) 180º 0.38% 0.5% -
XYZ 14.92 18.7 23.25 -
YUV 113.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 80 128 128 0.38 0 0 0.50 180 0.23 0.41
Hex 50 80 80 26 0 0 32 B4 17 29
Octal 120 200 200 46 0 0 62 264 27 51
Binary 1010000 10000000 10000000 100110 0 0 110010 10110100 10111 101001

Color Harmonies of #508080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508080

Black with #508080

Text Example


Text Example

White with #508080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508080; }

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

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

background-color css

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

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

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

border-color css

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

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

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