#552FA3

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

Shades of Daisy Bush #552FA3

Tints of Daisy Bush #552FA3

Color information

#552FA3 (or 0x552FA3) is unknown color: approx Daisy Bush. HEX triplet: 55, 2F and A3. RGB value is (85,47,163). Sum of RGB (Red+Green+Blue) = 85+47+163=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #552FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FA3 is #AAD05C. Grayscale: #474747. Windows color (decimal): -11194461 or 10694485. OLE color: 10694485.

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

Color convert

RGB8547163-
CMYK0.480.7100.36
HSL259.66º55.24%41.18%-
HSV(B)259.66º71.17%63.92%-
XYZ11.376.6135.33-
YUV71.59179.59137.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 163 (64.06% from 255) = 55.25%
R=28.81%
G=15.93%
B=55.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85471630.480.7100.36259.6655.2441.18
Hex552FA330470241043729
Octal12557243601070444046751
Binary10101011011111010001111000010001110100100100000100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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