#517D85

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

Shades of Paradiso #517D85

Tints of Paradiso #517D85

Color information

#517D85 (or 0x517D85) is unknown color: approx Paradiso. HEX triplet: 51, 7D and 85. RGB value is (81,125,133). Sum of RGB (Red+Green+Blue) = 81+125+133=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #517D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D85 is #AE827A. Grayscale: #707070. Windows color (decimal): -11436667 or 8748369. OLE color: 8748369.

HSL color Cylindrical-coordinate representation of color #517D85: hue angle of 189.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517D85 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81125133-
CMYK0.390.0600.48
HSL189.23º24.3%41.96%-
HSV(B)189.23º39.1%52.16%-
XYZ14.9618.1124.9-
YUV112.76139.42105.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=23.89%
G=36.87%
B=39.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811251330.390.0600.48189.2324.341.96
Hex517D85276030bd182a
Octal1211752054760602753052
Binary101000111111011000010110011111001100001011110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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