#56429B

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

Shades of Daisy Bush #56429B

Tints of Daisy Bush #56429B

Color information

#56429B (or 0x56429B) is unknown color: approx Daisy Bush. HEX triplet: 56, 42 and 9B. RGB value is (86,66,155). Sum of RGB (Red+Green+Blue) = 86+66+155=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #56429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56429B is #A9BD64. Grayscale: #515151. Windows color (decimal): -11124069 or 10175062. OLE color: 10175062.

HSL color Cylindrical-coordinate representation of color #56429B: hue angle of 253.48º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56429B is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8666155-
CMYK0.450.5700.39
HSL253.48º40.27%43.33%-
HSV(B)253.48º57.42%60.78%-
XYZ11.78.2431.98-
YUV82.13169.13130.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=28.01%
G=21.50%
B=50.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86661550.450.5700.39253.4840.2743.33
Hex56429B2D39027fd282b
Octal12610223355710473755053
Binary1010110100001010011011101101111001010011111111101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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