Html Css Color HEX #518284 Paradiso

📋 copy color: '#518284'

red 81 ◦ green 130 ◦ blue 132

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

Shades of Paradiso #518284

Tints of Paradiso #518284

RGB

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

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

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

R = 23.62%
G = 37.9%
B = 38.48%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#518284 (or 0x518284) is known color: Paradiso. HEX triplet: 51, 82 and 84. RGB value is (81,130,132). Sum of RGB (Red+Green+Blue) = 81+130+132=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #518284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518284 is #AE7D7B. Grayscale: #737373. Windows color (decimal): -11435388 or 8684113. OLE color: 8684113.

HSL color Cylindrical-coordinate representation of color #518284: hue angle of 182.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518284 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 130 132 -
CMYK 0.39 0.02 0 0.48
HSL 182.35º 0.24% 0.42% -
HSV(B) 182.35º 0.39% 0.52% -
XYZ 15.54 19.38 24.75 -
YUV 115.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 81 130 132 0.39 0.02 0 0.48 182.35 0.24 0.42
Hex 51 82 84 27 2 0 30 B6 18 2A
Octal 121 202 204 47 2 0 60 266 30 52
Binary 1010001 10000010 10000100 100111 10 0 110000 10110110 11000 101010

Color Harmonies of #518284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518284

Black with #518284

Text Example


Text Example

White with #518284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518284; }

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

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

background-color css

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

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

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

border-color css

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

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

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