#56259C

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

Shades of Daisy Bush #56259C

Tints of Daisy Bush #56259C

Color information

#56259C (or 0x56259C) is unknown color: approx Daisy Bush. HEX triplet: 56, 25 and 9C. RGB value is (86,37,156). Sum of RGB (Red+Green+Blue) = 86+37+156=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #56259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56259C is #A9DA63. Grayscale: #404040. Windows color (decimal): -11131492 or 10233174. OLE color: 10233174.

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

Color convert

RGB8637156-
CMYK0.450.7600.39
HSL264.71º61.66%37.84%-
HSV(B)264.71º76.28%61.18%-
XYZ10.55.732-
YUV65.22179.23142.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=30.82%
G=13.26%
B=55.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86371560.450.7600.39264.7161.6637.84
Hex56259C2D4C0271093e26
Octal12645234551140474117646
Binary10101101001011001110010110110011000100111100001001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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