#598385

Color #598385 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #598385

Tints of Paradiso #598385

Color information

#598385 (or 0x598385) is unknown color: approx 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

RGB89131133-
CMYK0.330.0200.48
HSL182.73º19.82%43.53%-
HSV(B)182.73º33.08%52.16%-
XYZ16.4720.0525.19-
YUV118.67136.09106.84-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891311330.330.0200.48182.7319.8243.53
Hex598385212030b7142c
Octal1312032054120602672454
Binary101100110000011100001011000011001100001011011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>