#573D8E

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

Shades of Daisy Bush #573D8E

Tints of Daisy Bush #573D8E

Color information

#573D8E (or 0x573D8E) is unknown color: approx Daisy Bush. HEX triplet: 57, 3D and 8E. RGB value is (87,61,142). Sum of RGB (Red+Green+Blue) = 87+61+142=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #573D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573D8E is #A8C271. Grayscale: #4D4D4D. Windows color (decimal): -11059826 or 9321815. OLE color: 9321815.

HSL color Cylindrical-coordinate representation of color #573D8E: hue angle of 259.26º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #573D8E is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8761142-
CMYK0.390.5700.44
HSL259.26º39.9%39.8%-
HSV(B)259.26º57.04%55.69%-
XYZ10.487.3226.45-
YUV78.01164.11134.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=30%
G=21.03%
B=48.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87611420.390.5700.44259.2639.939.8
Hex573D8E273902C1032828
Octal1277521647710544035050
Binary1010111111101100011101001111110010101100100000011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,61,142); }

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

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

 a { background-color: rgb(87,61,142); }

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

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

 span { border-color: rgb(87,61,142); }

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