#573395

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

Shades of Daisy Bush #573395

Tints of Daisy Bush #573395

Color information

#573395 (or 0x573395) is unknown color: approx Daisy Bush. HEX triplet: 57, 33 and 95. RGB value is (87,51,149). Sum of RGB (Red+Green+Blue) = 87+51+149=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #573395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573395 is #A8CC6A. Grayscale: #484848. Windows color (decimal): -11062379 or 9778007. OLE color: 9778007.

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

Color convert

RGB8751149-
CMYK0.420.6600.42
HSL262.04º49%39.22%-
HSV(B)262.04º65.77%58.43%-
XYZ10.546.5629.15-
YUV72.94170.93138.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=30.31%
G=17.77%
B=51.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87511490.420.6600.42262.044939.22
Hex5733952A4202A1063127
Octal12763225521020524066147
Binary10101111100111001010110101010000100101010100000110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573395; }

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

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

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

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

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

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

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

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