#56279f

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

Shades of Daisy Bush #56279F

Tints of Daisy Bush #56279F

Color information

#56279F (or 0x56279F) is unknown color: approx Daisy Bush. HEX triplet: 56, 27 and 9F. RGB value is (86,39,159). Sum of RGB (Red+Green+Blue) = 86+39+159=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #56279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56279F is #A9D860. Grayscale: #424242. Windows color (decimal): -11130977 or 10430294. OLE color: 10430294.

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

Color convert

RGB8639159-
CMYK0.460.7500.38
HSL263.5º60.61%38.82%-
HSV(B)263.5º75.47%62.35%-
XYZ10.825.9333.38-
YUV66.73180.07141.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 159 (62.5% from 255) = 55.99%
R=30.28%
G=13.73%
B=55.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86391590.460.7500.38263.560.6138.82
Hex56279F2E4B0261083d27
Octal12647237561130464107547
Binary10101101001111001111110111010010110100110100001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56279f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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