#507D85

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

Shades of Paradiso #507D85

Tints of Paradiso #507D85

Color information

#507D85 (or 0x507D85) is unknown color: approx Paradiso. HEX triplet: 50, 7D and 85. RGB value is (80,125,133). Sum of RGB (Red+Green+Blue) = 80+125+133=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #507D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D85 is #AF827A. Grayscale: #707070. Windows color (decimal): -11502203 or 8748368. OLE color: 8748368.

HSL color Cylindrical-coordinate representation of color #507D85: hue angle of 189.06º 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 #507D85 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80125133-
CMYK0.400.0600.48
HSL189.06º24.88%41.76%-
HSV(B)189.06º39.85%52.16%-
XYZ14.8818.0724.89-
YUV112.46139.59104.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=23.67%
G=36.98%
B=39.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801251330.400.0600.48189.0624.8841.76
Hex507D85286030bd192a
Octal1201752055060602753152
Binary101000011111011000010110100011001100001011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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