#588287

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

Shades of Paradiso #588287

Tints of Paradiso #588287

Color information

#588287 (or 0x588287) is unknown color: approx Paradiso. HEX triplet: 58, 82 and 87. RGB value is (88,130,135). Sum of RGB (Red+Green+Blue) = 88+130+135=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #588287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588287 is #A77D78. Grayscale: #757575. Windows color (decimal): -10976633 or 8880728. OLE color: 8880728.

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

Color convert

RGB88130135-
CMYK0.350.0400.47
HSL186.38º21.08%43.73%-
HSV(B)186.38º34.81%52.94%-
XYZ16.3819.7925.88-
YUV118.01137.59106.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=24.93%
G=36.83%
B=38.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881301350.350.0400.47186.3821.0843.73
Hex58828723402Fba152c
Octal1302022074340572722554
Binary1011000100000101000011110001110001011111011101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588287; }

 p { color: rgb(88,130,135); }

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

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

 a { background-color: rgb(88,130,135); }

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

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

 span { border-color: rgb(88,130,135); }

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