#552CA3

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

Shades of Daisy Bush #552CA3

Tints of Daisy Bush #552CA3

Color information

#552CA3 (or 0x552CA3) is unknown color: approx Daisy Bush. HEX triplet: 55, 2C and A3. RGB value is (85,44,163). Sum of RGB (Red+Green+Blue) = 85+44+163=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 163 (64.06% from 255 or 55.82% from 292); Max value from RGB is 163 - color contains mainly: blue. Hex color #552CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552CA3 is #AAD35C. Grayscale: #454545. Windows color (decimal): -11195229 or 10693717. OLE color: 10693717.

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

Color convert

RGB8544163-
CMYK0.480.7300.36
HSL260.67º57.49%40.59%-
HSV(B)260.67º73.01%63.92%-
XYZ11.266.3835.29-
YUV69.82180.58138.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 44 (17.58% from 255) = 15.07%
BLUE value IS 163 (64.06% from 255) = 55.82%
R=29.11%
G=15.07%
B=55.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85441630.480.7300.36260.6757.4940.59
Hex552CA330490241053929
Octal12554243601110444057151
Binary10101011011001010001111000010010010100100100000101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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