#57428D

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

Shades of Daisy Bush #57428D

Tints of Daisy Bush #57428D

Color information

#57428D (or 0x57428D) is unknown color: approx Daisy Bush. HEX triplet: 57, 42 and 8D. RGB value is (87,66,141). Sum of RGB (Red+Green+Blue) = 87+66+141=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #57428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57428D is #A8BD72. Grayscale: #505050. Windows color (decimal): -11058547 or 9257559. OLE color: 9257559.

HSL color Cylindrical-coordinate representation of color #57428D: hue angle of 256.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57428D is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8766141-
CMYK0.380.5300.45
HSL256.8º36.23%40.59%-
HSV(B)256.8º53.19%55.29%-
XYZ10.697.8526.15-
YUV80.83161.96132.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.59%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=29.59%
G=22.45%
B=47.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87661410.380.5300.45256.836.2340.59
Hex57428D263502D1012429
Octal12710221546650554014451
Binary10101111000010100011011001101101010101101100000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57428D; }

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

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

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

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

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

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

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

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