#578485

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

Shades of Paradiso #578485

Tints of Paradiso #578485

Color information

#578485 (or 0x578485) is unknown color: approx Paradiso. HEX triplet: 57, 84 and 85. RGB value is (87,132,133). Sum of RGB (Red+Green+Blue) = 87+132+133=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #578485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578485 is #A87B7A. Grayscale: #767676. Windows color (decimal): -11041659 or 8750167. OLE color: 8750167.

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

Color convert

RGB87132133-
CMYK0.350.0100.48
HSL181.3º20.91%43.14%-
HSV(B)181.3º34.59%52.16%-
XYZ16.4220.2225.23-
YUV118.66136.09105.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=24.72%
G=37.5%
B=37.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871321330.350.0100.48181.320.9143.14
Hex578485231030b5152b
Octal1272042054310602652553
Binary10101111000010010000101100011101100001011010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578485; }

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

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

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

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

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

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

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

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