#508186

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

Shades of Paradiso #508186

Tints of Paradiso #508186

Color information

#508186 (or 0x508186) is unknown color: approx Paradiso. HEX triplet: 50, 81 and 86. RGB value is (80,129,134). Sum of RGB (Red+Green+Blue) = 80+129+134=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 134 - color contains mainly: blue. Hex color #508186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508186 is #AF7E79. Grayscale: #727272. Windows color (decimal): -11501178 or 8814928. OLE color: 8814928.

HSL color Cylindrical-coordinate representation of color #508186: hue angle of 185.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508186 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80129134-
CMYK0.400.0400.47
HSL185.56º25.23%41.96%-
HSV(B)185.56º40.3%52.55%-
XYZ15.4619.1325.43-
YUV114.92138.77103.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=23.32%
G=37.61%
B=39.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801291340.400.0400.47185.5625.2341.96
Hex50818628402Fba192a
Octal1202012065040572723152
Binary1010000100000011000011010100010001011111011101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508186; }

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

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

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

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

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

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

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

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