Html Css Color HEX #518489 Paradiso

📋 copy color: '#518489'

red 81 ◦ green 132 ◦ blue 137

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

Shades of Paradiso #518489

Tints of Paradiso #518489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 23.14%
G = 37.71%
B = 39.14%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#518489 (or 0x518489) is known color: Paradiso. HEX triplet: 51, 84 and 89. RGB value is (81,132,137). Sum of RGB (Red+Green+Blue) = 81+132+137=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #518489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518489 is #AE7B76. Grayscale: #757575. Windows color (decimal): -11434871 or 9012305. OLE color: 9012305.

HSL color Cylindrical-coordinate representation of color #518489: hue angle of 185.36º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518489 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 132 137 -
CMYK 0.41 0.04 0 0.46
HSL 185.36º 0.26% 0.43% -
HSV(B) 185.36º 0.41% 0.54% -
XYZ 16.16 20.06 26.69 -
YUV 117.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 81 132 137 0.41 0.04 0 0.46 185.36 0.26 0.43
Hex 51 84 89 29 4 0 2E B9 1A 2B
Octal 121 204 211 51 4 0 56 271 32 53
Binary 1010001 10000100 10001001 101001 100 0 101110 10111001 11010 101011

Color Harmonies of #518489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518489

Black with #518489

Text Example


Text Example

White with #518489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518489; }

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

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

background-color css

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

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

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

border-color css

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

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

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