#5422A4

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

Shades of Daisy Bush #5422A4

Tints of Daisy Bush #5422A4

Color information

#5422A4 (or 0x5422A4) is unknown color: approx Daisy Bush. HEX triplet: 54, 22 and A4. RGB value is (84,34,164). Sum of RGB (Red+Green+Blue) = 84+34+164=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #5422A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5422A4 is #ABDD5B. Grayscale: #3F3F3F. Windows color (decimal): -11263324 or 10756692. OLE color: 10756692.

HSL color Cylindrical-coordinate representation of color #5422A4: hue angle of 263.08º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5422A4 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8434164-
CMYK0.490.7900.36
HSL263.08º65.66%38.82%-
HSV(B)263.08º79.27%64.31%-
XYZ10.935.7135.65-
YUV63.77184.56142.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 34 (13.67% from 255) = 12.06%
BLUE value IS 164 (64.45% from 255) = 58.16%
R=29.79%
G=12.06%
B=58.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84341640.490.7900.36263.0865.6638.82
Hex5422A4314F0241074227
Octal124422446111704440710247
Binary101010010001010100100110001100111101001001000001111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5422A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5422A4; }

 p { color: rgb(84,34,164); }

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

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

 a { background-color: rgb(84,34,164); }

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

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

 span { border-color: rgb(84,34,164); }

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