#552d9d

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

Shades of Daisy Bush #552D9D

Tints of Daisy Bush #552D9D

Color information

#552D9D (or 0x552D9D) is unknown color: approx Daisy Bush. HEX triplet: 55, 2D and 9D. RGB value is (85,45,157). Sum of RGB (Red+Green+Blue) = 85+45+157=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #552D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552D9D is #AAD262. Grayscale: #454545. Windows color (decimal): -11194979 or 10300757. OLE color: 10300757.

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

Color convert

RGB8545157-
CMYK0.460.7100.38
HSL261.43º55.45%39.61%-
HSV(B)261.43º71.34%61.57%-
XYZ10.776.2432.54-
YUV69.73177.25138.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 45 (17.97% from 255) = 15.68%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=29.62%
G=15.68%
B=54.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85451570.460.7100.38261.4355.4539.61
Hex552D9D2E470261053728
Octal12555235561070464056750
Binary10101011011011001110110111010001110100110100000101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552d9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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