#552C9D

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

Shades of Daisy Bush #552C9D

Tints of Daisy Bush #552C9D

Color information

#552C9D (or 0x552C9D) is unknown color: approx Daisy Bush. HEX triplet: 55, 2C and 9D. RGB value is (85,44,157). Sum of RGB (Red+Green+Blue) = 85+44+157=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #552C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552C9D is #AAD362. Grayscale: #444444. Windows color (decimal): -11195235 or 10300501. OLE color: 10300501.

HSL color Cylindrical-coordinate representation of color #552C9D: hue angle of 261.77º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552C9D is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8544157-
CMYK0.460.7200.38
HSL261.77º56.22%39.41%-
HSV(B)261.77º71.97%61.57%-
XYZ10.736.1732.52-
YUV69.14177.58139.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=29.72%
G=15.38%
B=54.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85441570.460.7200.38261.7756.2239.41
Hex552C9D2E480261063827
Octal12554235561100464067047
Binary10101011011001001110110111010010000100110100000110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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