#507C82

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

Shades of Paradiso #507C82

Tints of Paradiso #507C82

Color information

#507C82 (or 0x507C82) is unknown color: approx Paradiso. HEX triplet: 50, 7C and 82. RGB value is (80,124,130). Sum of RGB (Red+Green+Blue) = 80+124+130=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #507C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C82 is #AF837D. Grayscale: #6F6F6F. Windows color (decimal): -11502462 or 8551504. OLE color: 8551504.

HSL color Cylindrical-coordinate representation of color #507C82: hue angle of 187.2º 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 #507C82 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB80124130-
CMYK0.380.0500.49
HSL187.2º23.81%41.18%-
HSV(B)187.2º38.46%50.98%-
XYZ14.5517.7323.78-
YUV111.53138.42105.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 124 (48.83% from 255) = 37.13%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=23.95%
G=37.13%
B=38.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801241300.380.0500.49187.223.8141.18
Hex507C82265031bb1829
Octal1201742024650612733051
Binary101000011111001000001010011010101100011011101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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