#573FAB

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

Shades of Daisy Bush #573FAB

Tints of Daisy Bush #573FAB

Color information

#573FAB (or 0x573FAB) is unknown color: approx Daisy Bush. HEX triplet: 57, 3F and AB. RGB value is (87,63,171). Sum of RGB (Red+Green+Blue) = 87+63+171=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #573FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573FAB is #A8C054. Grayscale: #525252. Windows color (decimal): -11059285 or 11222871. OLE color: 11222871.

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

Color convert

RGB8763171-
CMYK0.490.6300.33
HSL253.33º46.15%45.88%-
HSV(B)253.33º63.16%67.06%-
XYZ13.068.5239.48-
YUV82.49177.95131.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=27.10%
G=19.63%
B=53.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87631710.490.6300.33253.3346.1545.88
Hex573FAB313F021fd2e2e
Octal1277725361770413755656
Binary101011111111110101011110001111111010000111111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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