#507C85

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

Shades of Paradiso #507C85

Tints of Paradiso #507C85

Color information

#507C85 (or 0x507C85) is unknown color: approx Paradiso. HEX triplet: 50, 7C and 85. RGB value is (80,124,133). Sum of RGB (Red+Green+Blue) = 80+124+133=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #507C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C85 is #AF837A. Grayscale: #6F6F6F. Windows color (decimal): -11502459 or 8748112. OLE color: 8748112.

HSL color Cylindrical-coordinate representation of color #507C85: hue angle of 190.19º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507C85 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80124133-
CMYK0.400.0700.48
HSL190.19º24.88%41.76%-
HSV(B)190.19º39.85%52.16%-
XYZ14.7517.8124.85-
YUV111.87139.92105.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=23.74%
G=36.80%
B=39.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801241330.400.0700.48190.1924.8841.76
Hex507C85287030be192a
Octal1201742055070602763152
Binary101000011111001000010110100011101100001011111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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