#573989

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

Shades of Daisy Bush #573989

Tints of Daisy Bush #573989

Color information

#573989 (or 0x573989) is unknown color: approx Daisy Bush. HEX triplet: 57, 39 and 89. RGB value is (87,57,137). Sum of RGB (Red+Green+Blue) = 87+57+137=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #573989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573989 is #A8C676. Grayscale: #4A4A4A. Windows color (decimal): -11060855 or 8993111. OLE color: 8993111.

HSL color Cylindrical-coordinate representation of color #573989: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #573989 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8757137-
CMYK0.360.5800.46
HSL262.5º41.24%38.04%-
HSV(B)262.5º58.39%53.73%-
XYZ9.916.7624.45-
YUV75.09162.94136.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=30.96%
G=20.28%
B=48.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87571370.360.5800.46262.541.2438.04
Hex573989243A02E1062926
Octal1277121144720564065146
Binary1010111111001100010011001001110100101110100000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573989; }

 p { color: rgb(87,57,137); }

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

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

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

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

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

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

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