Html Css Color HEX #518384 Paradiso

📋 copy color: '#518384'

red 81 ◦ green 131 ◦ blue 132

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

Shades of Paradiso #518384

Tints of Paradiso #518384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

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

R = 23.55%
G = 38.08%
B = 38.37%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#518384 (or 0x518384) is known color: Paradiso. HEX triplet: 51, 83 and 84. RGB value is (81,131,132). Sum of RGB (Red+Green+Blue) = 81+131+132=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #518384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518384 is #AE7C7B. Grayscale: #747474. Windows color (decimal): -11435132 or 8684369. OLE color: 8684369.

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

Color convert

RGB 81 131 132 -
CMYK 0.39 0.01 0 0.48
HSL 181.18º 0.24% 0.42% -
HSV(B) 181.18º 0.39% 0.52% -
XYZ 15.67 19.65 24.8 -
YUV 116.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 81 131 132 0.39 0.01 0 0.48 181.18 0.24 0.42
Hex 51 83 84 27 1 0 30 B5 18 2A
Octal 121 203 204 47 1 0 60 265 30 52
Binary 1010001 10000011 10000100 100111 1 0 110000 10110101 11000 101010

Color Harmonies of #518384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518384

Black with #518384

Text Example


Text Example

White with #518384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518384; }

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

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

background-color css

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

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

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

border-color css

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

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

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