Html Css Color HEX #518786 Paradiso

📋 copy color: '#518786'

red 81 ◦ green 135 ◦ blue 134

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

Shades of Paradiso #518786

Tints of Paradiso #518786

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.57%

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

R = 23.14%
G = 38.57%
B = 38.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#518786 (or 0x518786) is known color: Paradiso. HEX triplet: 51, 87 and 86. RGB value is (81,135,134). Sum of RGB (Red+Green+Blue) = 81+135+134=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #518786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518786 is #AE7879. Grayscale: #767676. Windows color (decimal): -11434106 or 8816465. OLE color: 8816465.

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

Color convert

RGB 81 135 134 -
CMYK 0.40 0 0.01 0.47
HSL 178.89º 0.25% 0.42% -
HSV(B) 178.89º 0.4% 0.53% -
XYZ 16.36 20.8 25.71 -
YUV 118.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 81 135 134 0.40 0 0.01 0.47 178.89 0.25 0.42
Hex 51 87 86 28 0 1 2F B3 19 2A
Octal 121 207 206 50 0 1 57 263 31 52
Binary 1010001 10000111 10000110 101000 0 1 101111 10110011 11001 101010

Color Harmonies of #518786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518786

Black with #518786

Text Example


Text Example

White with #518786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518786; }

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

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

background-color css

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

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

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

border-color css

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

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

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