#507E87

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

Shades of Paradiso #507E87

Tints of Paradiso #507E87

Color information

#507E87 (or 0x507E87) is unknown color: approx Paradiso. HEX triplet: 50, 7E and 87. RGB value is (80,126,135). Sum of RGB (Red+Green+Blue) = 80+126+135=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #507E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E87 is #AF8178. Grayscale: #717171. Windows color (decimal): -11501945 or 8879696. OLE color: 8879696.

HSL color Cylindrical-coordinate representation of color #507E87: hue angle of 189.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507E87 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80126135-
CMYK0.410.0700.47
HSL189.82º25.58%42.16%-
HSV(B)189.82º40.74%52.94%-
XYZ15.1418.3825.67-
YUV113.27140.26104.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=23.46%
G=36.95%
B=39.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801261350.410.0700.47189.8225.5842.16
Hex507E8729702Fbe1a2a
Octal1201762075170572763252
Binary101000011111101000011110100111101011111011111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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