#552AA3

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

Shades of Daisy Bush #552AA3

Tints of Daisy Bush #552AA3

Color information

#552AA3 (or 0x552AA3) is unknown color: approx Daisy Bush. HEX triplet: 55, 2A and A3. RGB value is (85,42,163). Sum of RGB (Red+Green+Blue) = 85+42+163=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #552AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AA3 is #AAD55C. Grayscale: #444444. Windows color (decimal): -11195741 or 10693205. OLE color: 10693205.

HSL color Cylindrical-coordinate representation of color #552AA3: hue angle of 261.32º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552AA3 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8542163-
CMYK0.480.7400.36
HSL261.32º59.02%40.2%-
HSV(B)261.32º74.23%63.92%-
XYZ11.196.2335.26-
YUV68.65181.25139.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 163 (64.06% from 255) = 56.21%
R=29.31%
G=14.48%
B=56.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85421630.480.7400.36261.3259.0240.2
Hex552AA3304A0241053b28
Octal12552243601120444057350
Binary10101011010101010001111000010010100100100100000101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552AA3; }

 p { color: rgb(85,42,163); }

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

<style>
 a { background-color: #552AA3; }

 a { background-color: rgb(85,42,163); }

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

<style>
 span { border-color: #552AA3; }

 span { border-color: rgb(85,42,163); }

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