#508181

Color #508181 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #508181

Tints of Paradiso #508181

Color information

#508181 (or 0x508181) is unknown color: approx Paradiso. HEX triplet: 50, 81 and 81. RGB value is (80,129,129). Sum of RGB (Red+Green+Blue) = 80+129+129=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #508181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508181 is #AF7E7E. Grayscale: #727272. Windows color (decimal): -11501183 or 8487248. OLE color: 8487248.

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

Color convert

RGB80129129-
CMYK0.38000.49
HSL180º23.44%40.98%-
HSV(B)180º37.98%50.59%-
XYZ15.1218.9923.64-
YUV114.35136.27103.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=23.67%
G=38.17%
B=38.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801291290.38000.4918023.4440.98
Hex508181260031b41729
Octal1202012014600612642751
Binary10100001000000110000001100110001100011011010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508181; }

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

 H1.HeaderClassName
 {
   color: #508181;
 }
 .AnyTagClassName
 {
   color: #508181;
 }
</style>
background-color css

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

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

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

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

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

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