#574295

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

Shades of Daisy Bush #574295

Tints of Daisy Bush #574295

Color information

#574295 (or 0x574295) is unknown color: approx Daisy Bush. HEX triplet: 57, 42 and 95. RGB value is (87,66,149). Sum of RGB (Red+Green+Blue) = 87+66+149=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #574295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574295 is #A8BD6A. Grayscale: #515151. Windows color (decimal): -11058539 or 9781847. OLE color: 9781847.

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

Color convert

RGB8766149-
CMYK0.420.5600.42
HSL255.18º38.6%42.16%-
HSV(B)255.18º55.7%58.43%-
XYZ11.38.0929.4-
YUV81.74165.96131.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.81%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=28.81%
G=21.85%
B=49.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87661490.420.5600.42255.1838.642.16
Hex5742952A3802Aff272a
Octal12710222552700523774752
Binary1010111100001010010101101010111000010101011111111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574295; }

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

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

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

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

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

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

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

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