Html Css Color HEX #518684 Paradiso

📋 copy color: '#518684'

red 81 ◦ green 134 ◦ blue 132

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

Shades of Paradiso #518684

Tints of Paradiso #518684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 23.34%
G = 38.62%
B = 38.04%

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

#518684 (or 0x518684) is known color: Paradiso. HEX triplet: 51, 86 and 84. RGB value is (81,134,132). Sum of RGB (Red+Green+Blue) = 81+134+132=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #518684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518684 is #AE797B. Grayscale: #757575. Windows color (decimal): -11434364 or 8685137. OLE color: 8685137.

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

Color convert

RGB 81 134 132 -
CMYK 0.40 0 0.01 0.47
HSL 177.74º 0.25% 0.42% -
HSV(B) 177.74º 0.4% 0.53% -
XYZ 16.08 20.47 24.93 -
YUV 117.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 81 134 132 0.40 0 0.01 0.47 177.74 0.25 0.42
Hex 51 86 84 28 0 1 2F B2 19 2A
Octal 121 206 204 50 0 1 57 262 31 52
Binary 1010001 10000110 10000100 101000 0 1 101111 10110010 11001 101010

Color Harmonies of #518684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518684

Black with #518684

Text Example


Text Example

White with #518684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518684; }

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

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

background-color css

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

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

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

border-color css

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

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

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