Html Css Color HEX #598385 Paradiso

📋 copy color: '#598385'

red 89 ◦ green 131 ◦ blue 133

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

Shades of Paradiso #598385

Tints of Paradiso #598385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 25.21%
G = 37.11%
B = 37.68%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#598385 (or 0x598385) is known color: Paradiso. HEX triplet: 59, 83 and 85. RGB value is (89,131,133). Sum of RGB (Red+Green+Blue) = 89+131+133=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #598385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598385 is #A67C7A. Grayscale: #767676. Windows color (decimal): -10910843 or 8749913. OLE color: 8749913.

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

Color convert

RGB 89 131 133 -
CMYK 0.33 0.02 0 0.48
HSL 182.73º 0.2% 0.44% -
HSV(B) 182.73º 0.33% 0.52% -
XYZ 16.47 20.05 25.19 -
YUV 118.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 89 131 133 0.33 0.02 0 0.48 182.73 0.2 0.44
Hex 59 83 85 21 2 0 30 B7 14 2C
Octal 131 203 205 41 2 0 60 267 24 54
Binary 1011001 10000011 10000101 100001 10 0 110000 10110111 10100 101100

Color Harmonies of #598385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598385

Black with #598385

Text Example


Text Example

White with #598385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598385; }

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

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

background-color css

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

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

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

border-color css

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

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

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