#562E9E

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

Shades of Daisy Bush #562E9E

Tints of Daisy Bush #562E9E

Color information

#562E9E (or 0x562E9E) is unknown color: approx Daisy Bush. HEX triplet: 56, 2E and 9E. RGB value is (86,46,158). Sum of RGB (Red+Green+Blue) = 86+46+158=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #562E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562E9E is #A9D161. Grayscale: #464646. Windows color (decimal): -11129186 or 10366550. OLE color: 10366550.

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

Color convert

RGB8646158-
CMYK0.460.7100.38
HSL261.43º54.9%40%-
HSV(B)261.43º70.89%61.96%-
XYZ10.996.433-
YUV70.73177.25138.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 46 (18.36% from 255) = 15.86%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=29.66%
G=15.86%
B=54.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86461580.460.7100.38261.4354.940
Hex562E9E2E470261053728
Octal12656236561070464056750
Binary10101101011101001111010111010001110100110100000101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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