#517B83

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

Shades of Paradiso #517B83

Tints of Paradiso #517B83

Color information

#517B83 (or 0x517B83) is unknown color: approx Paradiso. HEX triplet: 51, 7B and 83. RGB value is (81,123,131). Sum of RGB (Red+Green+Blue) = 81+123+131=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #517B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B83 is #AE847C. Grayscale: #6F6F6F. Windows color (decimal): -11437181 or 8616785. OLE color: 8616785.

HSL color Cylindrical-coordinate representation of color #517B83: hue angle of 189.6º 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 #517B83 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB81123131-
CMYK0.380.0600.49
HSL189.6º23.58%41.57%-
HSV(B)189.6º38.17%51.37%-
XYZ14.5717.5524.09-
YUV111.35139.09106.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 123 (48.44% from 255) = 36.72%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=24.18%
G=36.72%
B=39.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811231310.380.0600.49189.623.5841.57
Hex517B83266031be182a
Octal1211732034660612763052
Binary101000111110111000001110011011001100011011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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