#574393

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

Shades of Daisy Bush #574393

Tints of Daisy Bush #574393

Color information

#574393 (or 0x574393) is unknown color: approx Daisy Bush. HEX triplet: 57, 43 and 93. RGB value is (87,67,147). Sum of RGB (Red+Green+Blue) = 87+67+147=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #574393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574393 is #A8BC6C. Grayscale: #515151. Windows color (decimal): -11058285 or 9651031. OLE color: 9651031.

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

Color convert

RGB8767147-
CMYK0.410.5400.42
HSL255º37.38%41.96%-
HSV(B)255º54.42%57.65%-
XYZ11.28.1528.59-
YUV82.1164.63131.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=28.90%
G=22.26%
B=48.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87671470.410.5400.4225537.3841.96
Hex574393293602Aff252a
Octal12710322351660523774552
Binary1010111100001110010011101001110110010101011111111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574393; }

 p { color: rgb(87,67,147); }

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

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

 a { background-color: rgb(87,67,147); }

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

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

 span { border-color: rgb(87,67,147); }

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