#573495

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

Shades of Daisy Bush #573495

Tints of Daisy Bush #573495

Color information

#573495 (or 0x573495) is unknown color: approx Daisy Bush. HEX triplet: 57, 34 and 95. RGB value is (87,52,149). Sum of RGB (Red+Green+Blue) = 87+52+149=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #573495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573495 is #A8CB6A. Grayscale: #494949. Windows color (decimal): -11062123 or 9778263. OLE color: 9778263.

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

Color convert

RGB8752149-
CMYK0.420.6500.42
HSL261.65º48.26%39.41%-
HSV(B)261.65º65.1%58.43%-
XYZ10.586.6529.16-
YUV73.52170.6137.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=30.21%
G=18.06%
B=51.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87521490.420.6500.42261.6548.2639.41
Hex5734952A4102A1063027
Octal12764225521010524066047
Binary10101111101001001010110101010000010101010100000110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573495; }

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

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

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

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

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

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

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

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