#56369D

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

Shades of Daisy Bush #56369D

Tints of Daisy Bush #56369D

Color information

#56369D (or 0x56369D) is unknown color: approx Daisy Bush. HEX triplet: 56, 36 and 9D. RGB value is (86,54,157). Sum of RGB (Red+Green+Blue) = 86+54+157=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #56369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56369D is #A9C962. Grayscale: #4A4A4A. Windows color (decimal): -11127139 or 10303062. OLE color: 10303062.

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

Color convert

RGB8654157-
CMYK0.450.6600.38
HSL258.64º48.82%41.37%-
HSV(B)258.64º65.61%61.57%-
XYZ11.247.0532.67-
YUV75.31174.1135.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=28.96%
G=18.18%
B=52.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86541570.450.6600.38258.6448.8241.37
Hex56369D2D420261033129
Octal12666235551020464036151
Binary10101101101101001110110110110000100100110100000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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