Html Css Color HEX #598386 Paradiso

📋 copy color: '#598386'

red 89 ◦ green 131 ◦ blue 134

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

Shades of Paradiso #598386

Tints of Paradiso #598386

RGB

 RED value IS 89 (35.16% from 255) = 25.14%

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

 BLUE value IS 134 (52.73% from 255) = 37.85%

R = 25.14%
G = 37.01%
B = 37.85%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#598386 (or 0x598386) is known color: Paradiso. HEX triplet: 59, 83 and 86. RGB value is (89,131,134). Sum of RGB (Red+Green+Blue) = 89+131+134=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 134 - color contains mainly: blue. Hex color #598386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598386 is #A67C79. Grayscale: #767676. Windows color (decimal): -10910842 or 8815449. OLE color: 8815449.

HSL color Cylindrical-coordinate representation of color #598386: hue angle of 184º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #598386 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 131 134 -
CMYK 0.34 0.02 0 0.47
HSL 184º 0.2% 0.44% -
HSV(B) 184º 0.34% 0.53% -
XYZ 16.54 20.08 25.56 -
YUV 118.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 89 131 134 0.34 0.02 0 0.47 184 0.2 0.44
Hex 59 83 86 22 2 0 2F B8 14 2C
Octal 131 203 206 42 2 0 57 270 24 54
Binary 1011001 10000011 10000110 100010 10 0 101111 10111000 10100 101100

Color Harmonies of #598386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598386

Black with #598386

Text Example


Text Example

White with #598386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598386; }

 p { color: rgb(89,131,134); }

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

background-color css

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

 a { background-color: rgb(89,131,134); }

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

border-color css

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

 span { border-color: rgb(89,131,134); }

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