#578084

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

Shades of Paradiso #578084

Tints of Paradiso #578084

Color information

#578084 (or 0x578084) is unknown color: approx Paradiso. HEX triplet: 57, 80 and 84. RGB value is (87,128,132). Sum of RGB (Red+Green+Blue) = 87+128+132=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #578084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578084 is #A87F7B. Grayscale: #747474. Windows color (decimal): -11042684 or 8683607. OLE color: 8683607.

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

Color convert

RGB87128132-
CMYK0.340.0300.48
HSL185.33º20.55%42.94%-
HSV(B)185.33º34.09%51.76%-
XYZ15.8119.1324.69-
YUV116.2136.92107.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=25.07%
G=36.89%
B=38.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871281320.340.0300.48185.3320.5542.94
Hex578084223030b9152b
Octal1272002044230602712553
Binary101011110000000100001001000101101100001011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578084; }

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

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

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

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

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

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

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

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