#573795

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

Shades of Daisy Bush #573795

Tints of Daisy Bush #573795

Color information

#573795 (or 0x573795) is unknown color: approx Daisy Bush. HEX triplet: 57, 37 and 95. RGB value is (87,55,149). Sum of RGB (Red+Green+Blue) = 87+55+149=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #573795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573795 is #A8C86A. Grayscale: #4A4A4A. Windows color (decimal): -11061355 or 9779031. OLE color: 9779031.

HSL color Cylindrical-coordinate representation of color #573795: hue angle of 260.43º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #573795 is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8755149-
CMYK0.420.6300.42
HSL260.43º46.08%40%-
HSV(B)260.43º63.09%58.43%-
XYZ10.726.9329.21-
YUV75.28169.6136.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=29.90%
G=18.90%
B=51.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87551490.420.6300.42260.4346.0840
Hex5737952A3F02A1042e28
Octal1276722552770524045650
Binary1010111110111100101011010101111110101010100000100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573795; }

 p { color: rgb(87,55,149); }

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

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

 a { background-color: rgb(87,55,149); }

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

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

 span { border-color: rgb(87,55,149); }

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