Html Css Color HEX #518286 Paradiso

📋 copy color: '#518286'

red 81 ◦ green 130 ◦ blue 134

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

Shades of Paradiso #518286

Tints of Paradiso #518286

RGB

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

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

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

R = 23.48%
G = 37.68%
B = 38.84%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#518286 (or 0x518286) is known color: Paradiso. HEX triplet: 51, 82 and 86. RGB value is (81,130,134). Sum of RGB (Red+Green+Blue) = 81+130+134=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #518286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518286 is #AE7D79. Grayscale: #737373. Windows color (decimal): -11435386 or 8815185. OLE color: 8815185.

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

Color convert

RGB 81 130 134 -
CMYK 0.40 0.03 0 0.47
HSL 184.53º 0.25% 0.42% -
HSV(B) 184.53º 0.4% 0.53% -
XYZ 15.68 19.44 25.48 -
YUV 115.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 81 130 134 0.40 0.03 0 0.47 184.53 0.25 0.42
Hex 51 82 86 28 3 0 2F B9 19 2A
Octal 121 202 206 50 3 0 57 271 31 52
Binary 1010001 10000010 10000110 101000 11 0 101111 10111001 11001 101010

Color Harmonies of #518286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518286

Black with #518286

Text Example


Text Example

White with #518286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518286; }

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

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

background-color css

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

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

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

border-color css

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

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

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