Html Css Color HEX #518686 Paradiso

📋 copy color: '#518686'

red 81 ◦ green 134 ◦ blue 134

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

Shades of Paradiso #518686

Tints of Paradiso #518686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.4%

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 23.21%
G = 38.4%
B = 38.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#518686 (or 0x518686) is known color: Paradiso. HEX triplet: 51, 86 and 86. RGB value is (81,134,134). Sum of RGB (Red+Green+Blue) = 81+134+134=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #518686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518686 is #AE7979. Grayscale: #767676. Windows color (decimal): -11434362 or 8816209. OLE color: 8816209.

HSL color Cylindrical-coordinate representation of color #518686: hue angle of 180º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518686 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 134 134 -
CMYK 0.40 0 0 0.47
HSL 180º 0.25% 0.42% -
HSV(B) 180º 0.4% 0.53% -
XYZ 16.22 20.52 25.66 -
YUV 118.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 81 134 134 0.40 0 0 0.47 180 0.25 0.42
Hex 51 86 86 28 0 0 2F B4 19 2A
Octal 121 206 206 50 0 0 57 264 31 52
Binary 1010001 10000110 10000110 101000 0 0 101111 10110100 11001 101010

Color Harmonies of #518686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518686

Black with #518686

Text Example


Text Example

White with #518686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518686; }

 p { color: rgb(81,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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