Html Css Color HEX #518287 Paradiso

📋 copy color: '#518287'

red 81 ◦ green 130 ◦ blue 135

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

Shades of Paradiso #518287

Tints of Paradiso #518287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.57%

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

R = 23.41%
G = 37.57%
B = 39.02%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#518287 (or 0x518287) is known color: Paradiso. HEX triplet: 51, 82 and 87. RGB value is (81,130,135). Sum of RGB (Red+Green+Blue) = 81+130+135=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #518287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518287 is #AE7D78. Grayscale: #737373. Windows color (decimal): -11435385 or 8880721. OLE color: 8880721.

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

Color convert

RGB 81 130 135 -
CMYK 0.40 0.04 0 0.47
HSL 185.56º 0.25% 0.42% -
HSV(B) 185.56º 0.4% 0.53% -
XYZ 15.75 19.46 25.85 -
YUV 115.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 81 130 135 0.40 0.04 0 0.47 185.56 0.25 0.42
Hex 51 82 87 28 4 0 2F BA 19 2A
Octal 121 202 207 50 4 0 57 272 31 52
Binary 1010001 10000010 10000111 101000 100 0 101111 10111010 11001 101010

Color Harmonies of #518287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518287

Black with #518287

Text Example


Text Example

White with #518287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518287; }

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

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

background-color css

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

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

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

border-color css

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

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

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