#56359f

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

Shades of Daisy Bush #56359F

Tints of Daisy Bush #56359F

Color information

#56359F (or 0x56359F) is unknown color: approx Daisy Bush. HEX triplet: 56, 35 and 9F. RGB value is (86,53,159). Sum of RGB (Red+Green+Blue) = 86+53+159=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #56359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56359F is #A9CA60. Grayscale: #4A4A4A. Windows color (decimal): -11127393 or 10433878. OLE color: 10433878.

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

Color convert

RGB8653159-
CMYK0.460.6700.38
HSL258.68º50%41.57%-
HSV(B)258.68º66.67%62.35%-
XYZ11.377.0333.56-
YUV74.95175.43135.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=28.86%
G=17.79%
B=53.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86531590.460.6700.38258.685041.57
Hex56359F2E43026103322a
Octal12665237561030464036252
Binary10101101101011001111110111010000110100110100000011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56359f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56359f; }

 p { color: rgb(86,53,159); }

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

<style>
 a { background-color: #56359f; }

 a { background-color: rgb(86,53,159); }

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

<style>
 span { border-color: #56359f; }

 span { border-color: rgb(86,53,159); }

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