#562E95

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

Shades of Daisy Bush #562E95

Tints of Daisy Bush #562E95

Color information

#562E95 (or 0x562E95) is unknown color: approx Daisy Bush. HEX triplet: 56, 2E and 95. RGB value is (86,46,149). Sum of RGB (Red+Green+Blue) = 86+46+149=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #562E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562E95 is #A9D16A. Grayscale: #454545. Windows color (decimal): -11129195 or 9776726. OLE color: 9776726.

HSL color Cylindrical-coordinate representation of color #562E95: hue angle of 263.3º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562E95 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8646149-
CMYK0.420.6900.42
HSL263.3º52.82%38.24%-
HSV(B)263.3º69.13%58.43%-
XYZ10.246.129.07-
YUV69.7172.75139.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=30.60%
G=16.37%
B=53.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86461490.420.6900.42263.352.8238.24
Hex562E952A4502A1073526
Octal12656225521050524076546
Binary10101101011101001010110101010001010101010100000111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562E95; }

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

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

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

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

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

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

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

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