#56429E

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

Shades of Daisy Bush #56429E

Tints of Daisy Bush #56429E

Color information

#56429E (or 0x56429E) is unknown color: approx Daisy Bush. HEX triplet: 56, 42 and 9E. RGB value is (86,66,158). Sum of RGB (Red+Green+Blue) = 86+66+158=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #56429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56429E is #A9BD61. Grayscale: #525252. Windows color (decimal): -11124066 or 10371670. OLE color: 10371670.

HSL color Cylindrical-coordinate representation of color #56429E: hue angle of 253.04º 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 #56429E is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8666158-
CMYK0.460.5800.38
HSL253.04º41.07%43.92%-
HSV(B)253.04º58.23%61.96%-
XYZ11.968.3433.33-
YUV82.47170.63130.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=27.74%
G=21.29%
B=50.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86661580.460.5800.38253.0441.0743.92
Hex56429E2E3A026fd292c
Octal12610223656720463755154
Binary1010110100001010011110101110111010010011011111101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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