#578284

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

Shades of Paradiso #578284

Tints of Paradiso #578284

Color information

#578284 (or 0x578284) is unknown color: approx Paradiso. HEX triplet: 57, 82 and 84. RGB value is (87,130,132). Sum of RGB (Red+Green+Blue) = 87+130+132=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #578284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578284 is #A87D7B. Grayscale: #757575. Windows color (decimal): -11042172 or 8684119. OLE color: 8684119.

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

Color convert

RGB87130132-
CMYK0.340.0200.48
HSL182.67º20.55%42.94%-
HSV(B)182.67º34.09%51.76%-
XYZ16.0819.6624.78-
YUV117.37136.25106.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=24.93%
G=37.25%
B=37.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871301320.340.0200.48182.6720.5542.94
Hex578284222030b7152b
Octal1272022044220602672553
Binary101011110000010100001001000101001100001011011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578284; }

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

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

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

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

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

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

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

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