#56259E

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

Shades of Daisy Bush #56259E

Tints of Daisy Bush #56259E

Color information

#56259E (or 0x56259E) is unknown color: approx Daisy Bush. HEX triplet: 56, 25 and 9E. RGB value is (86,37,158). Sum of RGB (Red+Green+Blue) = 86+37+158=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #56259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56259E is #A9DA61. Grayscale: #414141. Windows color (decimal): -11131490 or 10364246. OLE color: 10364246.

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

Color convert

RGB8637158-
CMYK0.460.7700.38
HSL264.3º62.05%38.24%-
HSV(B)264.3º76.58%61.96%-
XYZ10.675.7732.9-
YUV65.44180.23142.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=30.60%
G=13.17%
B=56.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86371580.460.7700.38264.362.0538.24
Hex56259E2E4D0261083e26
Octal12645236561150464107646
Binary10101101001011001111010111010011010100110100001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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