#573B9D

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

Shades of Daisy Bush #573B9D

Tints of Daisy Bush #573B9D

Color information

#573B9D (or 0x573B9D) is unknown color: approx Daisy Bush. HEX triplet: 57, 3B and 9D. RGB value is (87,59,157). Sum of RGB (Red+Green+Blue) = 87+59+157=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #573B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573B9D is #A8C462. Grayscale: #4E4E4E. Windows color (decimal): -11060323 or 10304343. OLE color: 10304343.

HSL color Cylindrical-coordinate representation of color #573B9D: hue angle of 257.14º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #573B9D is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8759157-
CMYK0.450.6200.38
HSL257.14º45.37%42.35%-
HSV(B)257.14º62.42%61.57%-
XYZ11.587.5932.75-
YUV78.54172.28134.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 157 (61.72% from 255) = 51.82%
R=28.71%
G=19.47%
B=51.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87591570.450.6200.38257.1445.3742.35
Hex573B9D2D3E0261012d2a
Octal1277323555760464015552
Binary1010111111011100111011011011111100100110100000001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573B9D; }

 p { color: rgb(87,59,157); }

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

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

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

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

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

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

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