#574499

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

Shades of Daisy Bush #574499

Tints of Daisy Bush #574499

Color information

#574499 (or 0x574499) is unknown color: approx Daisy Bush. HEX triplet: 57, 44 and 99. RGB value is (87,68,153). Sum of RGB (Red+Green+Blue) = 87+68+153=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #574499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574499 is #A8BB66. Grayscale: #535353. Windows color (decimal): -11058023 or 10044503. OLE color: 10044503.

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

Color convert

RGB8768153-
CMYK0.430.5600.4
HSL253.41º38.46%43.33%-
HSV(B)253.41º55.56%60%-
XYZ11.758.4631.15-
YUV83.37167.29130.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.25%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=28.25%
G=22.08%
B=49.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87681530.430.5600.4253.4138.4643.33
Hex5744992B38028fd262b
Octal12710423153700503754653
Binary1010111100010010011001101011111000010100011111101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574499; }

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

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

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

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

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

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

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

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