#588082

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

Shades of Paradiso #588082

Tints of Paradiso #588082

Color information

#588082 (or 0x588082) is unknown color: approx Paradiso. HEX triplet: 58, 80 and 82. RGB value is (88,128,130). Sum of RGB (Red+Green+Blue) = 88+128+130=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #588082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588082 is #A77F7D. Grayscale: #747474. Windows color (decimal): -10977150 or 8552536. OLE color: 8552536.

HSL color Cylindrical-coordinate representation of color #588082: hue angle of 182.86º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #588082 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB88128130-
CMYK0.320.0200.49
HSL182.86º19.27%42.75%-
HSV(B)182.86º32.31%50.98%-
XYZ15.7719.1223.98-
YUV116.27135.75107.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=25.43%
G=36.99%
B=37.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881281300.320.0200.49182.8619.2742.75
Hex588082202031b7132b
Octal1302002024020612672353
Binary101100010000000100000101000001001100011011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588082; }

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

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

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

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

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

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

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

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