#517F83

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

Shades of Paradiso #517F83

Tints of Paradiso #517F83

Color information

#517F83 (or 0x517F83) is unknown color: approx Paradiso. HEX triplet: 51, 7F and 83. RGB value is (81,127,131). Sum of RGB (Red+Green+Blue) = 81+127+131=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #517F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F83 is #AE807C. Grayscale: #717171. Windows color (decimal): -11436157 or 8617809. OLE color: 8617809.

HSL color Cylindrical-coordinate representation of color #517F83: hue angle of 184.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517F83 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB81127131-
CMYK0.380.0300.49
HSL184.8º23.58%41.57%-
HSV(B)184.8º38.17%51.37%-
XYZ15.0818.5724.26-
YUV113.7137.76104.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=23.89%
G=37.46%
B=38.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811271310.380.0300.49184.823.5841.57
Hex517F83263031b9182a
Octal1211772034630612713052
Binary10100011111111100000111001101101100011011100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,127,131); }

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

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

 a { background-color: rgb(81,127,131); }

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

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

 span { border-color: rgb(81,127,131); }

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