#56389A

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

Shades of Daisy Bush #56389A

Tints of Daisy Bush #56389A

Color information

#56389A (or 0x56389A) is unknown color: approx Daisy Bush. HEX triplet: 56, 38 and 9A. RGB value is (86,56,154). Sum of RGB (Red+Green+Blue) = 86+56+154=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #56389A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56389A is #A9C765. Grayscale: #4B4B4B. Windows color (decimal): -11126630 or 10106966. OLE color: 10106966.

HSL color Cylindrical-coordinate representation of color #56389A: hue angle of 258.37º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56389A is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8656154-
CMYK0.440.6400.40
HSL258.37º46.67%41.18%-
HSV(B)258.37º63.64%60.39%-
XYZ11.087.1431.37-
YUV76.14171.94135.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=29.05%
G=18.92%
B=52.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86561540.440.6400.40258.3746.6741.18
Hex56389A2C400281022f29
Octal12670232541000504025751
Binary10101101110001001101010110010000000101000100000010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56389A; }

 p { color: rgb(86,56,154); }

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

<style>
 a { background-color: #56389A; }

 a { background-color: rgb(86,56,154); }

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

<style>
 span { border-color: #56389A; }

 span { border-color: rgb(86,56,154); }

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