#56459C

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

Shades of Daisy Bush #56459C

Tints of Daisy Bush #56459C

Color information

#56459C (or 0x56459C) is unknown color: approx Daisy Bush. HEX triplet: 56, 45 and 9C. RGB value is (86,69,156). Sum of RGB (Red+Green+Blue) = 86+69+156=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #56459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56459C is #A9BA63. Grayscale: #535353. Windows color (decimal): -11123300 or 10241366. OLE color: 10241366.

HSL color Cylindrical-coordinate representation of color #56459C: hue angle of 251.72º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56459C is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8669156-
CMYK0.450.5600.39
HSL251.72º38.67%44.12%-
HSV(B)251.72º55.77%61.18%-
XYZ11.978.6332.49-
YUV84168.63129.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=27.65%
G=22.19%
B=50.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86691560.450.5600.39251.7238.6744.12
Hex56459C2D38027fc272c
Octal12610523455700473744754
Binary1010110100010110011100101101111000010011111111100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56459C; }

 p { color: rgb(86,69,156); }

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

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

 a { background-color: rgb(86,69,156); }

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

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

 span { border-color: rgb(86,69,156); }

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