Html Css Color HEX #508081 Paradiso

📋 copy color: '#508081'

red 80 ◦ green 128 ◦ blue 129

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

Shades of Paradiso #508081

Tints of Paradiso #508081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.28%

R = 23.74%
G = 37.98%
B = 38.28%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#508081 (or 0x508081) is known color: Paradiso. HEX triplet: 50, 80 and 81. RGB value is (80,128,129). Sum of RGB (Red+Green+Blue) = 80+128+129=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #508081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508081 is #AF7F7E. Grayscale: #717171. Windows color (decimal): -11501439 or 8486992. OLE color: 8486992.

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

Color convert

RGB 80 128 129 -
CMYK 0.38 0.01 0 0.49
HSL 181.22º 0.23% 0.41% -
HSV(B) 181.22º 0.38% 0.51% -
XYZ 14.99 18.73 23.59 -
YUV 113.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 80 128 129 0.38 0.01 0 0.49 181.22 0.23 0.41
Hex 50 80 81 26 1 0 31 B5 17 29
Octal 120 200 201 46 1 0 61 265 27 51
Binary 1010000 10000000 10000001 100110 1 0 110001 10110101 10111 101001

Color Harmonies of #508081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508081

Black with #508081

Text Example


Text Example

White with #508081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508081; }

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

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

background-color css

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

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

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

border-color css

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

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

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