#508687

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

Shades of Paradiso #508687

Tints of Paradiso #508687

Color information

#508687 (or 0x508687) is unknown color: approx Paradiso. HEX triplet: 50, 86 and 87. RGB value is (80,134,135). Sum of RGB (Red+Green+Blue) = 80+134+135=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #508687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508687 is #AF7978. Grayscale: #757575. Windows color (decimal): -11499897 or 8881744. OLE color: 8881744.

HSL color Cylindrical-coordinate representation of color #508687: hue angle of 181.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508687 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80134135-
CMYK0.410.0100.47
HSL181.09º25.58%42.16%-
HSV(B)181.09º40.74%52.94%-
XYZ16.2120.526.03-
YUV117.97137.61100.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=22.92%
G=38.40%
B=38.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801341350.410.0100.47181.0925.5842.16
Hex50868729102Fb51a2a
Octal1202062075110572653252
Binary10100001000011010000111101001101011111011010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508687; }

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

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

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

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

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

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

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

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