#562695

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

Shades of Daisy Bush #562695

Tints of Daisy Bush #562695

Color information

#562695 (or 0x562695) is unknown color: approx Daisy Bush. HEX triplet: 56, 26 and 95. RGB value is (86,38,149). Sum of RGB (Red+Green+Blue) = 86+38+149=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #562695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562695 is #A9D96A. Grayscale: #404040. Windows color (decimal): -11131243 or 9774678. OLE color: 9774678.

HSL color Cylindrical-coordinate representation of color #562695: hue angle of 265.95º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #562695 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8638149-
CMYK0.420.7400.42
HSL265.95º59.36%36.67%-
HSV(B)265.95º74.5%58.43%-
XYZ9.965.5328.98-
YUV65.01175.4142.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 149 (58.59% from 255) = 54.58%
R=31.50%
G=13.92%
B=54.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86381490.420.7400.42265.9559.3636.67
Hex5626952A4A02A10a3b25
Octal12646225521120524127345
Binary10101101001101001010110101010010100101010100001010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562695; }

 p { color: rgb(86,38,149); }

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

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

 a { background-color: rgb(86,38,149); }

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

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

 span { border-color: rgb(86,38,149); }

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