#574599

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

Shades of Daisy Bush #574599

Tints of Daisy Bush #574599

Color information

#574599 (or 0x574599) is unknown color: approx Daisy Bush. HEX triplet: 57, 45 and 99. RGB value is (87,69,153). Sum of RGB (Red+Green+Blue) = 87+69+153=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #574599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574599 is #A8BA66. Grayscale: #535353. Windows color (decimal): -11057767 or 10044759. OLE color: 10044759.

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

Color convert

RGB8769153-
CMYK0.430.5500.4
HSL252.86º37.84%43.53%-
HSV(B)252.86º54.9%60%-
XYZ11.818.5831.17-
YUV83.96166.96130.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=28.16%
G=22.33%
B=49.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87691530.430.5500.4252.8637.8443.53
Hex5745992B37028fd262c
Octal12710523153670503754654
Binary1010111100010110011001101011110111010100011111101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574599; }

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

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

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

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

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

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

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

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