#574195

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

Shades of Daisy Bush #574195

Tints of Daisy Bush #574195

Color information

#574195 (or 0x574195) is unknown color: approx Daisy Bush. HEX triplet: 57, 41 and 95. RGB value is (87,65,149). Sum of RGB (Red+Green+Blue) = 87+65+149=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #574195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574195 is #A8BE6A. Grayscale: #505050. Windows color (decimal): -11058795 or 9781591. OLE color: 9781591.

HSL color Cylindrical-coordinate representation of color #574195: hue angle of 255.71º 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 #574195 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8765149-
CMYK0.420.5600.42
HSL255.71º39.25%41.96%-
HSV(B)255.71º56.38%58.43%-
XYZ11.257.9829.38-
YUV81.15166.29132.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=28.90%
G=21.59%
B=49.50%

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
Decimal87651490.420.5600.42255.7139.2541.96
Hex5741952A3802A100272a
Octal12710122552700524004752
Binary10101111000001100101011010101110000101010100000000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574195; }

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

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

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

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

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

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

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

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