#507D83

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

Shades of Paradiso #507D83

Tints of Paradiso #507D83

Color information

#507D83 (or 0x507D83) is unknown color: approx Paradiso. HEX triplet: 50, 7D and 83. RGB value is (80,125,131). Sum of RGB (Red+Green+Blue) = 80+125+131=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #507D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D83 is #AF827C. Grayscale: #707070. Windows color (decimal): -11502205 or 8617296. OLE color: 8617296.

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

Color convert

RGB80125131-
CMYK0.390.0500.49
HSL187.06º24.17%41.37%-
HSV(B)187.06º38.93%51.37%-
XYZ14.7418.0124.17-
YUV112.23138.59105.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=23.81%
G=37.20%
B=38.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801251310.390.0500.49187.0624.1741.37
Hex507D83275031bb1829
Octal1201752034750612733051
Binary101000011111011000001110011110101100011011101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,125,131); }

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

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

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

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

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

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

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