#578484

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

Shades of Paradiso #578484

Tints of Paradiso #578484

Color information

#578484 (or 0x578484) is unknown color: approx Paradiso. HEX triplet: 57, 84 and 84. RGB value is (87,132,132). Sum of RGB (Red+Green+Blue) = 87+132+132=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #578484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578484 is #A87B7B. Grayscale: #767676. Windows color (decimal): -11041660 or 8684631. OLE color: 8684631.

HSL color Cylindrical-coordinate representation of color #578484: hue angle of 180º 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 #578484 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87132132-
CMYK0.34000.48
HSL180º20.55%42.94%-
HSV(B)180º34.09%51.76%-
XYZ16.3520.1924.87-
YUV118.54135.59105.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=24.79%
G=37.61%
B=37.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871321320.34000.4818020.5542.94
Hex578484220030b4152b
Octal1272042044200602642553
Binary10101111000010010000100100010001100001011010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578484; }

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

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

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

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

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

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

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

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