Html Css Color HEX #518487 Paradiso

📋 copy color: '#518487'

red 81 ◦ green 132 ◦ blue 135

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

Shades of Paradiso #518487

Tints of Paradiso #518487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 23.28%
G = 37.93%
B = 38.79%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#518487 (or 0x518487) is known color: Paradiso. HEX triplet: 51, 84 and 87. RGB value is (81,132,135). Sum of RGB (Red+Green+Blue) = 81+132+135=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #518487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518487 is #AE7B78. Grayscale: #757575. Windows color (decimal): -11434873 or 8881233. OLE color: 8881233.

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

Color convert

RGB 81 132 135 -
CMYK 0.40 0.02 0 0.47
HSL 183.33º 0.25% 0.42% -
HSV(B) 183.33º 0.4% 0.53% -
XYZ 16.02 20 25.94 -
YUV 117.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 81 132 135 0.40 0.02 0 0.47 183.33 0.25 0.42
Hex 51 84 87 28 2 0 2F B7 19 2A
Octal 121 204 207 50 2 0 57 267 31 52
Binary 1010001 10000100 10000111 101000 10 0 101111 10110111 11001 101010

Color Harmonies of #518487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518487

Black with #518487

Text Example


Text Example

White with #518487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518487; }

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

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

background-color css

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

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

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

border-color css

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

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

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