Html Css Color HEX #518484 Paradiso

📋 copy color: '#518484'

red 81 ◦ green 132 ◦ blue 132

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

Shades of Paradiso #518484

Tints of Paradiso #518484

RGB

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

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

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

R = 23.48%
G = 38.26%
B = 38.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#518484 (or 0x518484) is known color: Paradiso. HEX triplet: 51, 84 and 84. RGB value is (81,132,132). Sum of RGB (Red+Green+Blue) = 81+132+132=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #518484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518484 is #AE7B7B. Grayscale: #747474. Windows color (decimal): -11434876 or 8684625. OLE color: 8684625.

HSL color Cylindrical-coordinate representation of color #518484: hue angle of 180º 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 #518484 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 132 132 -
CMYK 0.39 0 0 0.48
HSL 180º 0.24% 0.42% -
HSV(B) 180º 0.39% 0.52% -
XYZ 15.81 19.92 24.84 -
YUV 116.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 81 132 132 0.39 0 0 0.48 180 0.24 0.42
Hex 51 84 84 27 0 0 30 B4 18 2A
Octal 121 204 204 47 0 0 60 264 30 52
Binary 1010001 10000100 10000100 100111 0 0 110000 10110100 11000 101010

Color Harmonies of #518484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518484

Black with #518484

Text Example


Text Example

White with #518484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518484; }

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

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

background-color css

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

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

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

border-color css

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

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

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