#508184

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

Shades of Paradiso #508184

Tints of Paradiso #508184

Color information

#508184 (or 0x508184) is unknown color: approx Paradiso. HEX triplet: 50, 81 and 84. RGB value is (80,129,132). Sum of RGB (Red+Green+Blue) = 80+129+132=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #508184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508184 is #AF7E7B. Grayscale: #727272. Windows color (decimal): -11501180 or 8683856. OLE color: 8683856.

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

Color convert

RGB80129132-
CMYK0.390.0200.48
HSL183.46º24.53%41.57%-
HSV(B)183.46º39.39%51.76%-
XYZ15.3219.0724.7-
YUV114.69137.77103.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=23.46%
G=37.83%
B=38.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801291320.390.0200.48183.4624.5341.57
Hex508184272030b7192a
Octal1202012044720602673152
Binary101000010000001100001001001111001100001011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508184; }

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

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

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

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

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

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

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

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