Html Css Color HEX #517A82 Paradiso

📋 copy color: '#517A82'

red 81 ◦ green 122 ◦ blue 130

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

Shades of Paradiso #517A82

Tints of Paradiso #517A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

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

R = 24.32%
G = 36.64%
B = 39.04%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517A82 (or 0x517A82) is known color: Paradiso. HEX triplet: 51, 7A and 82. RGB value is (81,122,130). Sum of RGB (Red+Green+Blue) = 81+122+130=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #517A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A82 is #AE857D. Grayscale: #6E6E6E. Windows color (decimal): -11437438 or 8550993. OLE color: 8550993.

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

Color convert

RGB 81 122 130 -
CMYK 0.38 0.06 0 0.49
HSL 189.8º 0.23% 0.41% -
HSV(B) 189.8º 0.38% 0.51% -
XYZ 14.38 17.28 23.7 -
YUV 110.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 81 122 130 0.38 0.06 0 0.49 189.8 0.23 0.41
Hex 51 7A 82 26 6 0 31 BE 17 29
Octal 121 172 202 46 6 0 61 276 27 51
Binary 1010001 1111010 10000010 100110 110 0 110001 10111110 10111 101001

Color Harmonies of #517A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517A82

Black with #517A82

Text Example


Text Example

White with #517A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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