Html Css Color HEX #518182 Paradiso

📋 copy color: '#518182'

red 81 ◦ green 129 ◦ blue 130

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

Shades of Paradiso #518182

Tints of Paradiso #518182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

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

R = 23.82%
G = 37.94%
B = 38.24%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#518182 (or 0x518182) is known color: Paradiso. HEX triplet: 51, 81 and 82. RGB value is (81,129,130). Sum of RGB (Red+Green+Blue) = 81+129+130=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #518182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518182 is #AE7E7D. Grayscale: #727272. Windows color (decimal): -11435646 or 8552785. OLE color: 8552785.

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

Color convert

RGB 81 129 130 -
CMYK 0.38 0.01 0 0.49
HSL 181.22º 0.23% 0.41% -
HSV(B) 181.22º 0.38% 0.51% -
XYZ 15.27 19.06 23.99 -
YUV 114.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 81 129 130 0.38 0.01 0 0.49 181.22 0.23 0.41
Hex 51 81 82 26 1 0 31 B5 17 29
Octal 121 201 202 46 1 0 61 265 27 51
Binary 1010001 10000001 10000010 100110 1 0 110001 10110101 10111 101001

Color Harmonies of #518182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518182

Black with #518182

Text Example


Text Example

White with #518182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518182; }

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

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

background-color css

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

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

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

border-color css

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

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

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