Html Css Color HEX #517982 Paradiso

📋 copy color: '#517982'

red 81 ◦ green 121 ◦ blue 130

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

Shades of Paradiso #517982

Tints of Paradiso #517982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 24.4%
G = 36.45%
B = 39.16%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517982 (or 0x517982) is known color: Paradiso. HEX triplet: 51, 79 and 82. RGB value is (81,121,130). Sum of RGB (Red+Green+Blue) = 81+121+130=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #517982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517982 is #AE867D. Grayscale: #6D6D6D. Windows color (decimal): -11437694 or 8550737. OLE color: 8550737.

HSL color Cylindrical-coordinate representation of color #517982: hue angle of 191.02º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517982 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 121 130 -
CMYK 0.38 0.07 0 0.49
HSL 191.02º 0.23% 0.41% -
HSV(B) 191.02º 0.38% 0.51% -
XYZ 14.26 17.04 23.66 -
YUV 110.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 81 121 130 0.38 0.07 0 0.49 191.02 0.23 0.41
Hex 51 79 82 26 7 0 31 BF 17 29
Octal 121 171 202 46 7 0 61 277 27 51
Binary 1010001 1111001 10000010 100110 111 0 110001 10111111 10111 101001

Color Harmonies of #517982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517982

Black with #517982

Text Example


Text Example

White with #517982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517982; }

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

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

background-color css

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

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

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

border-color css

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

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

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