#56429D

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

Shades of Daisy Bush #56429D

Tints of Daisy Bush #56429D

Color information

#56429D (or 0x56429D) is unknown color: approx Daisy Bush. HEX triplet: 56, 42 and 9D. RGB value is (86,66,157). Sum of RGB (Red+Green+Blue) = 86+66+157=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #56429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56429D is #A9BD62. Grayscale: #525252. Windows color (decimal): -11124067 or 10306134. OLE color: 10306134.

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

Color convert

RGB8666157-
CMYK0.450.5800.38
HSL253.19º40.81%43.73%-
HSV(B)253.19º57.96%61.57%-
XYZ11.878.3132.88-
YUV82.35170.13130.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=27.83%
G=21.36%
B=50.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86661570.450.5800.38253.1940.8143.73
Hex56429D2D3A026fd292c
Octal12610223555720463755154
Binary1010110100001010011101101101111010010011011111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,66,157); }

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

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

 a { background-color: rgb(86,66,157); }

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

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

 span { border-color: rgb(86,66,157); }

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