#517B85

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

Shades of Paradiso #517B85

Tints of Paradiso #517B85

Color information

#517B85 (or 0x517B85) is unknown color: approx Paradiso. HEX triplet: 51, 7B and 85. RGB value is (81,123,133). Sum of RGB (Red+Green+Blue) = 81+123+133=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 123 (48.44% from 255 or 36.50% 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 #517B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B85 is #AE847A. Grayscale: #6F6F6F. Windows color (decimal): -11437179 or 8747857. OLE color: 8747857.

HSL color Cylindrical-coordinate representation of color #517B85: hue angle of 191.54º 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 #517B85 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81123133-
CMYK0.390.0800.48
HSL191.54º24.3%41.96%-
HSV(B)191.54º39.1%52.16%-
XYZ14.7117.6124.81-
YUV111.58140.09106.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 123 (48.44% from 255) = 36.50%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=24.04%
G=36.50%
B=39.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811231330.390.0800.48191.5424.341.96
Hex517B85278030c0182a
Octal12117320547100603003052
Binary1010001111101110000101100111100001100001100000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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