#578087

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

Shades of Paradiso #578087

Tints of Paradiso #578087

Color information

#578087 (or 0x578087) is unknown color: approx Paradiso. HEX triplet: 57, 80 and 87. RGB value is (87,128,135). Sum of RGB (Red+Green+Blue) = 87+128+135=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #578087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578087 is #A87F78. Grayscale: #747474. Windows color (decimal): -11042681 or 8880215. OLE color: 8880215.

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

Color convert

RGB87128135-
CMYK0.360.0500.47
HSL188.75º21.62%43.53%-
HSV(B)188.75º35.56%52.94%-
XYZ16.0219.2125.79-
YUV116.54138.42106.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.86%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=24.86%
G=36.57%
B=38.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871281350.360.0500.47188.7521.6243.53
Hex57808724502Fbd162c
Octal1272002074450572752654
Binary1010111100000001000011110010010101011111011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578087; }

 p { color: rgb(87,128,135); }

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

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

 a { background-color: rgb(87,128,135); }

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

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

 span { border-color: rgb(87,128,135); }

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