#5532A7

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

Shades of Daisy Bush #5532A7

Tints of Daisy Bush #5532A7

Color information

#5532A7 (or 0x5532A7) is unknown color: approx Daisy Bush. HEX triplet: 55, 32 and A7. RGB value is (85,50,167). Sum of RGB (Red+Green+Blue) = 85+50+167=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 167 (65.62% from 255 or 55.30% from 302); Max value from RGB is 167 - color contains mainly: blue. Hex color #5532A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5532A7 is #AACD58. Grayscale: #494949. Windows color (decimal): -11193689 or 10957397. OLE color: 10957397.

HSL color Cylindrical-coordinate representation of color #5532A7: hue angle of 257.95º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5532A7 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8550167-
CMYK0.490.7000.35
HSL257.95º53.92%42.55%-
HSV(B)257.95º70.06%65.49%-
XYZ11.86737.29-
YUV73.8180.6135.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.15%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 167 (65.62% from 255) = 55.30%
R=28.15%
G=16.56%
B=55.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85501670.490.7000.35257.9553.9242.55
Hex5532A73146023102362b
Octal12562247611060434026653
Binary10101011100101010011111000110001100100011100000010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5532A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5532A7; }

 p { color: rgb(85,50,167); }

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

<style>
 a { background-color: #5532A7; }

 a { background-color: rgb(85,50,167); }

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

<style>
 span { border-color: #5532A7; }

 span { border-color: rgb(85,50,167); }

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