#573BAB

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

Shades of Daisy Bush #573BAB

Tints of Daisy Bush #573BAB

Color information

#573BAB (or 0x573BAB) is unknown color: approx Daisy Bush. HEX triplet: 57, 3B and AB. RGB value is (87,59,171). Sum of RGB (Red+Green+Blue) = 87+59+171=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #573BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573BAB is #A8C454. Grayscale: #4F4F4F. Windows color (decimal): -11060309 or 11221847. OLE color: 11221847.

HSL color Cylindrical-coordinate representation of color #573BAB: hue angle of 255º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #573BAB is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8759171-
CMYK0.490.6500.33
HSL255º48.7%45.1%-
HSV(B)255º65.5%67.06%-
XYZ12.858.0939.41-
YUV80.14179.28132.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.44%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=27.44%
G=18.61%
B=53.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87591710.490.6500.3325548.745.1
Hex573BAB3141021ff312d
Octal12773253611010413776155
Binary1010111111011101010111100011000001010000111111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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