#574291

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

Shades of Daisy Bush #574291

Tints of Daisy Bush #574291

Color information

#574291 (or 0x574291) is unknown color: approx Daisy Bush. HEX triplet: 57, 42 and 91. RGB value is (87,66,145). Sum of RGB (Red+Green+Blue) = 87+66+145=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #574291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574291 is #A8BD6E. Grayscale: #505050. Windows color (decimal): -11058543 or 9519703. OLE color: 9519703.

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

Color convert

RGB8766145-
CMYK0.40.5400.43
HSL255.95º37.44%41.37%-
HSV(B)255.95º54.48%56.86%-
XYZ10.997.9727.75-
YUV81.28163.96132.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 145 (57.03% from 255) = 48.66%
R=29.19%
G=22.15%
B=48.66%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87661450.40.5400.43255.9537.4441.37
Hex574291283602B1002529
Octal12710222150660534004551
Binary10101111000010100100011010001101100101011100000000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574291; }

 p { color: rgb(87,66,145); }

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

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

 a { background-color: rgb(87,66,145); }

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

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

 span { border-color: rgb(87,66,145); }

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