Html Css Color HEX #517980 Paradiso

📋 copy color: '#517980'

red 81 ◦ green 121 ◦ blue 128

#517980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #517980

Tints of Paradiso #517980

RGB

 RED value IS 81 (32.03% from 255) = 24.55%

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 24.55%
G = 36.67%
B = 38.79%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#517980 (or 0x517980) is known color: Paradiso. HEX triplet: 51, 79 and 80. RGB value is (81,121,128). Sum of RGB (Red+Green+Blue) = 81+121+128=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #517980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517980 is #AE867F. Grayscale: #6D6D6D. Windows color (decimal): -11437696 or 8419665. OLE color: 8419665.

HSL color Cylindrical-coordinate representation of color #517980: hue angle of 188.94º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #517980 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 121 128 -
CMYK 0.37 0.05 0 0.50
HSL 188.94º 0.22% 0.41% -
HSV(B) 188.94º 0.37% 0.5% -
XYZ 14.13 16.98 22.96 -
YUV 109.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 81 121 128 0.37 0.05 0 0.50 188.94 0.22 0.41
Hex 51 79 80 25 5 0 32 BD 16 29
Octal 121 171 200 45 5 0 62 275 26 51
Binary 1010001 1111001 10000000 100101 101 0 110010 10111101 10110 101001

Color Harmonies of #517980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517980

Black with #517980

Text Example


Text Example

White with #517980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517980; }

 p { color: rgb(81,121,128); }

 H1.HeaderClassName
 {
   color: #517980;
 }
 .AnyTagClassName
 {
   color: #517980;
 }
</style>

background-color css

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

 a { background-color: rgb(81,121,128); }

 div.DivClassName
 {
   background-color: #517980;
 }
 .BgClassName
 {
   background-color: #517980;
 }
</style>

border-color css

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

 span { border-color: rgb(81,121,128); }

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