#562A99

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

Shades of Daisy Bush #562A99

Tints of Daisy Bush #562A99

Color information

#562A99 (or 0x562A99) is unknown color: approx Daisy Bush. HEX triplet: 56, 2A and 99. RGB value is (86,42,153). Sum of RGB (Red+Green+Blue) = 86+42+153=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #562A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562A99 is #A9D566. Grayscale: #434343. Windows color (decimal): -11130215 or 10037846. OLE color: 10037846.

HSL color Cylindrical-coordinate representation of color #562A99: hue angle of 263.78º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562A99 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8642153-
CMYK0.440.7300.4
HSL263.78º56.92%38.24%-
HSV(B)263.78º72.55%60%-
XYZ10.425.9330.73-
YUV67.81176.08140.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=30.60%
G=14.95%
B=54.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86421530.440.7300.4263.7856.9238.24
Hex562A992C490281083926
Octal12652231541110504107146
Binary10101101010101001100110110010010010101000100001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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