Html Css Color HEX #517C82 Paradiso

📋 copy color: '#517C82'

red 81 ◦ green 124 ◦ blue 130

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

Shades of Paradiso #517C82

Tints of Paradiso #517C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

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

R = 24.18%
G = 37.01%
B = 38.81%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#517C82 (or 0x517C82) is known color: Paradiso. HEX triplet: 51, 7C and 82. RGB value is (81,124,130). Sum of RGB (Red+Green+Blue) = 81+124+130=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #517C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C82 is #AE837D. Grayscale: #6F6F6F. Windows color (decimal): -11436926 or 8551505. OLE color: 8551505.

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

Color convert

RGB 81 124 130 -
CMYK 0.38 0.05 0 0.49
HSL 187.35º 0.23% 0.41% -
HSV(B) 187.35º 0.38% 0.51% -
XYZ 14.63 17.78 23.78 -
YUV 111.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 81 124 130 0.38 0.05 0 0.49 187.35 0.23 0.41
Hex 51 7C 82 26 5 0 31 BB 17 29
Octal 121 174 202 46 5 0 61 273 27 51
Binary 1010001 1111100 10000010 100110 101 0 110001 10111011 10111 101001

Color Harmonies of #517C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C82

Black with #517C82

Text Example


Text Example

White with #517C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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