#562A9E

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

Shades of Daisy Bush #562A9E

Tints of Daisy Bush #562A9E

Color information

#562A9E (or 0x562A9E) is unknown color: approx Daisy Bush. HEX triplet: 56, 2A and 9E. RGB value is (86,42,158). Sum of RGB (Red+Green+Blue) = 86+42+158=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #562A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562A9E is #A9D561. Grayscale: #434343. Windows color (decimal): -11130210 or 10365526. OLE color: 10365526.

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

Color convert

RGB8642158-
CMYK0.460.7300.38
HSL262.76º58%39.22%-
HSV(B)262.76º73.42%61.96%-
XYZ10.846.132.95-
YUV68.38178.58140.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 42 (16.80% from 255) = 14.69%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=30.07%
G=14.69%
B=55.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86421580.460.7300.38262.765839.22
Hex562A9E2E490261073a27
Octal12652236561110464077247
Binary10101101010101001111010111010010010100110100000111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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