#552896

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

Shades of Daisy Bush #552896

Tints of Daisy Bush #552896

Color information

#552896 (or 0x552896) is unknown color: approx Daisy Bush. HEX triplet: 55, 28 and 96. RGB value is (85,40,150). Sum of RGB (Red+Green+Blue) = 85+40+150=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #552896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552896 is #AAD769. Grayscale: #414141. Windows color (decimal): -11196266 or 9840725. OLE color: 9840725.

HSL color Cylindrical-coordinate representation of color #552896: hue angle of 264.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552896 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8540150-
CMYK0.430.7300.41
HSL264.55º57.89%37.25%-
HSV(B)264.55º73.33%58.82%-
XYZ10.015.6529.42-
YUV66175.41141.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=30.91%
G=14.55%
B=54.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85401500.430.7300.41264.5557.8937.25
Hex5528962B490291093a25
Octal12550226531110514117245
Binary10101011010001001011010101110010010101001100001001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552896; }

 p { color: rgb(85,40,150); }

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

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

 a { background-color: rgb(85,40,150); }

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

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

 span { border-color: rgb(85,40,150); }

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