#508484

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

Shades of Paradiso #508484

Tints of Paradiso #508484

Color information

#508484 (or 0x508484) is unknown color: approx Paradiso. HEX triplet: 50, 84 and 84. RGB value is (80,132,132). Sum of RGB (Red+Green+Blue) = 80+132+132=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #508484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508484 is #AF7B7B. Grayscale: #747474. Windows color (decimal): -11500412 or 8684624. OLE color: 8684624.

HSL color Cylindrical-coordinate representation of color #508484: hue angle of 180º 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 #508484 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80132132-
CMYK0.39000.48
HSL180º24.53%41.57%-
HSV(B)180º39.39%51.76%-
XYZ15.7219.8724.84-
YUV116.45136.77102-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=23.26%
G=38.37%
B=38.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321320.39000.4818024.5341.57
Hex508484270030b4192a
Octal1202042044700602643152
Binary10100001000010010000100100111001100001011010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508484; }

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

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

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

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

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

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

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

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