#574699

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

Shades of Daisy Bush #574699

Tints of Daisy Bush #574699

Color information

#574699 (or 0x574699) is unknown color: approx Daisy Bush. HEX triplet: 57, 46 and 99. RGB value is (87,70,153). Sum of RGB (Red+Green+Blue) = 87+70+153=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #574699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574699 is #A8B966. Grayscale: #545454. Windows color (decimal): -11057511 or 10045015. OLE color: 10045015.

HSL color Cylindrical-coordinate representation of color #574699: hue angle of 252.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574699 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8770153-
CMYK0.430.5400.4
HSL252.29º37.22%43.73%-
HSV(B)252.29º54.25%60%-
XYZ11.878.7131.19-
YUV84.54166.63129.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=28.06%
G=22.58%
B=49.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87701530.430.5400.4252.2937.2243.73
Hex5746992B36028fc252c
Octal12710623153660503744554
Binary1010111100011010011001101011110110010100011111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574699; }

 p { color: rgb(87,70,153); }

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

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

 a { background-color: rgb(87,70,153); }

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

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

 span { border-color: rgb(87,70,153); }

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