Html Css Color HEX #518589 Paradiso

📋 copy color: '#518589'

red 81 ◦ green 133 ◦ blue 137

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

Shades of Paradiso #518589

Tints of Paradiso #518589

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

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

R = 23.08%
G = 37.89%
B = 39.03%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#518589 (or 0x518589) is known color: Paradiso. HEX triplet: 51, 85 and 89. RGB value is (81,133,137). Sum of RGB (Red+Green+Blue) = 81+133+137=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #518589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518589 is #AE7A76. Grayscale: #757575. Windows color (decimal): -11434615 or 9012561. OLE color: 9012561.

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

Color convert

RGB 81 133 137 -
CMYK 0.41 0.03 0 0.46
HSL 184.29º 0.26% 0.43% -
HSV(B) 184.29º 0.41% 0.54% -
XYZ 16.3 20.33 26.73 -
YUV 117.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 81 133 137 0.41 0.03 0 0.46 184.29 0.26 0.43
Hex 51 85 89 29 3 0 2E B8 1A 2B
Octal 121 205 211 51 3 0 56 270 32 53
Binary 1010001 10000101 10001001 101001 11 0 101110 10111000 11010 101011

Color Harmonies of #518589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518589

Black with #518589

Text Example


Text Example

White with #518589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518589; }

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

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

background-color css

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

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

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

border-color css

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

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

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