#507E82

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

Shades of Paradiso #507E82

Tints of Paradiso #507E82

Color information

#507E82 (or 0x507E82) is unknown color: approx Paradiso. HEX triplet: 50, 7E and 82. RGB value is (80,126,130). Sum of RGB (Red+Green+Blue) = 80+126+130=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #507E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E82 is #AF817D. Grayscale: #707070. Windows color (decimal): -11501950 or 8552016. OLE color: 8552016.

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

Color convert

RGB80126130-
CMYK0.380.0300.49
HSL184.8º23.81%41.18%-
HSV(B)184.8º38.46%50.98%-
XYZ14.818.2423.86-
YUV112.7137.76104.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=23.81%
G=37.5%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801261300.380.0300.49184.823.8141.18
Hex507E82263031b91829
Octal1201762024630612713051
Binary10100001111110100000101001101101100011011100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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