#517F88

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

Shades of Paradiso #517F88

Tints of Paradiso #517F88

Color information

#517F88 (or 0x517F88) is unknown color: approx Paradiso. HEX triplet: 51, 7F and 88. RGB value is (81,127,136). Sum of RGB (Red+Green+Blue) = 81+127+136=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #517F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F88 is #AE8077. Grayscale: #727272. Windows color (decimal): -11436152 or 8945489. OLE color: 8945489.

HSL color Cylindrical-coordinate representation of color #517F88: hue angle of 189.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517F88 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81127136-
CMYK0.400.0700.47
HSL189.82º25.35%42.55%-
HSV(B)189.82º40.44%53.33%-
XYZ15.4318.7126.09-
YUV114.27140.26104.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=23.55%
G=36.92%
B=39.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811271360.400.0700.47189.8225.3542.55
Hex517F8828702Fbe192b
Octal1211772105070572763153
Binary101000111111111000100010100011101011111011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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