#508785

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

Shades of Paradiso #508785

Tints of Paradiso #508785

Color information

#508785 (or 0x508785) is unknown color: approx Paradiso. HEX triplet: 50, 87 and 85. RGB value is (80,135,133). Sum of RGB (Red+Green+Blue) = 80+135+133=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #508785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508785 is #AF787A. Grayscale: #767676. Windows color (decimal): -11499643 or 8750928. OLE color: 8750928.

HSL color Cylindrical-coordinate representation of color #508785: hue angle of 177.82º 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 #508785 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB80135133-
CMYK0.4100.010.47
HSL177.82º25.58%42.16%-
HSV(B)177.82º40.74%52.94%-
XYZ16.2120.7325.34-
YUV118.33136.28100.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=22.99%
G=38.79%
B=38.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801351330.4100.010.47177.8225.5842.16
Hex50878529012Fb21a2a
Octal1202072055101572623252
Binary10100001000011110000101101001011011111011001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508785; }

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

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

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

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

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

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

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

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