#508584

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

Shades of Paradiso #508584

Tints of Paradiso #508584

Color information

#508584 (or 0x508584) is unknown color: approx Paradiso. HEX triplet: 50, 85 and 84. RGB value is (80,133,132). Sum of RGB (Red+Green+Blue) = 80+133+132=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #508584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508584 is #AF7A7B. Grayscale: #747474. Windows color (decimal): -11500156 or 8684880. OLE color: 8684880.

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

Color convert

RGB80133132-
CMYK0.4000.010.48
HSL178.87º24.88%41.76%-
HSV(B)178.87º39.85%52.16%-
XYZ15.8620.1524.88-
YUV117.04136.44101.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=23.19%
G=38.55%
B=38.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801331320.4000.010.48178.8724.8841.76
Hex508584280130b3192a
Octal1202052045001602633152
Binary10100001000010110000100101000011100001011001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508584; }

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

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

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

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

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

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

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

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