#507A82

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

Shades of Paradiso #507A82

Tints of Paradiso #507A82

Color information

#507A82 (or 0x507A82) is unknown color: approx Paradiso. HEX triplet: 50, 7A and 82. RGB value is (80,122,130). Sum of RGB (Red+Green+Blue) = 80+122+130=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #507A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A82 is #AF857D. Grayscale: #6E6E6E. Windows color (decimal): -11502974 or 8550992. OLE color: 8550992.

HSL color Cylindrical-coordinate representation of color #507A82: hue angle of 189.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507A82 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80122130-
CMYK0.380.0600.49
HSL189.6º23.81%41.18%-
HSV(B)189.6º38.46%50.98%-
XYZ14.317.2423.69-
YUV110.35139.09106.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=24.10%
G=36.75%
B=39.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801221300.380.0600.49189.623.8141.18
Hex507A82266031be1829
Octal1201722024660612763051
Binary101000011110101000001010011011001100011011111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507A82; }

 p { color: rgb(80,122,130); }

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

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

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

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

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

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

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