#588386

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

Shades of Paradiso #588386

Tints of Paradiso #588386

Color information

#588386 (or 0x588386) is unknown color: approx Paradiso. HEX triplet: 58, 83 and 86. RGB value is (88,131,134). Sum of RGB (Red+Green+Blue) = 88+131+134=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #588386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588386 is #A77C79. Grayscale: #767676. Windows color (decimal): -10976378 or 8815448. OLE color: 8815448.

HSL color Cylindrical-coordinate representation of color #588386: hue angle of 183.91º degrees, saturation: 0.21, 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 #588386 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88131134-
CMYK0.340.0200.47
HSL183.91º20.72%43.53%-
HSV(B)183.91º34.33%52.55%-
XYZ16.4420.0325.55-
YUV118.48136.75106.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 134 (52.73% from 255) = 37.96%
R=24.93%
G=37.11%
B=37.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881311340.340.0200.47183.9120.7243.53
Hex58838622202Fb8152c
Octal1302032064220572702554
Binary101100010000011100001101000101001011111011100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588386; }

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

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

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

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

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

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

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

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