Html Css Color HEX #517780 Paradiso

📋 copy color: '#517780'

red 81 ◦ green 119 ◦ blue 128

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

Shades of Paradiso #517780

Tints of Paradiso #517780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

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

R = 24.7%
G = 36.28%
B = 39.02%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#517780 (or 0x517780) is known color: Paradiso. HEX triplet: 51, 77 and 80. RGB value is (81,119,128). Sum of RGB (Red+Green+Blue) = 81+119+128=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #517780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517780 is #AE887F. Grayscale: #6C6C6C. Windows color (decimal): -11438208 or 8419153. OLE color: 8419153.

HSL color Cylindrical-coordinate representation of color #517780: hue angle of 191.49º 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 #517780 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 119 128 -
CMYK 0.37 0.07 0 0.50
HSL 191.49º 0.22% 0.41% -
HSV(B) 191.49º 0.37% 0.5% -
XYZ 13.89 16.5 22.88 -
YUV 108.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 81 119 128 0.37 0.07 0 0.50 191.49 0.22 0.41
Hex 51 77 80 25 7 0 32 BF 16 29
Octal 121 167 200 45 7 0 62 277 26 51
Binary 1010001 1110111 10000000 100101 111 0 110010 10111111 10110 101001

Color Harmonies of #517780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517780

Black with #517780

Text Example


Text Example

White with #517780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517780; }

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

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

background-color css

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

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

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

border-color css

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

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

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