#56459B

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

Shades of Daisy Bush #56459B

Tints of Daisy Bush #56459B

Color information

#56459B (or 0x56459B) is unknown color: approx Daisy Bush. HEX triplet: 56, 45 and 9B. RGB value is (86,69,155). Sum of RGB (Red+Green+Blue) = 86+69+155=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #56459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56459B is #A9BA64. Grayscale: #535353. Windows color (decimal): -11123301 or 10175830. OLE color: 10175830.

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

Color convert

RGB8669155-
CMYK0.450.5500.39
HSL251.86º38.39%43.92%-
HSV(B)251.86º55.48%60.78%-
XYZ11.888.632.04-
YUV83.89168.13129.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 155 (60.94% from 255) = 50%
R=27.74%
G=22.26%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86691550.450.5500.39251.8638.3943.92
Hex56459B2D37027fc262c
Octal12610523355670473744654
Binary1010110100010110011011101101110111010011111111100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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