#598384

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

Shades of Paradiso #598384

Tints of Paradiso #598384

Color information

#598384 (or 0x598384) is unknown color: approx Paradiso. HEX triplet: 59, 83 and 84. RGB value is (89,131,132). Sum of RGB (Red+Green+Blue) = 89+131+132=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 132 - color contains mainly: blue. Hex color #598384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598384 is #A67C7B. Grayscale: #767676. Windows color (decimal): -10910844 or 8684377. OLE color: 8684377.

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

Color convert

RGB89131132-
CMYK0.330.0100.48
HSL181.4º19.46%43.33%-
HSV(B)181.4º32.58%51.76%-
XYZ16.420.0224.83-
YUV118.56135.59106.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=25.28%
G=37.22%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891311320.330.0100.48181.419.4643.33
Hex598384211030b5132b
Octal1312032044110602652353
Binary10110011000001110000100100001101100001011010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598384; }

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

 H1.HeaderClassName
 {
   color: #598384;
 }
 .AnyTagClassName
 {
   color: #598384;
 }
</style>
background-color css

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

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

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

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

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

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