#552796

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

Shades of Daisy Bush #552796

Tints of Daisy Bush #552796

Color information

#552796 (or 0x552796) is unknown color: approx Daisy Bush. HEX triplet: 55, 27 and 96. RGB value is (85,39,150). Sum of RGB (Red+Green+Blue) = 85+39+150=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #552796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552796 is #AAD869. Grayscale: #414141. Windows color (decimal): -11196522 or 9840469. OLE color: 9840469.

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

Color convert

RGB8539150-
CMYK0.430.7400.41
HSL264.86º58.73%37.06%-
HSV(B)264.86º74%58.82%-
XYZ9.985.5829.41-
YUV65.41175.74141.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=31.02%
G=14.23%
B=54.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85391500.430.7400.41264.8658.7337.06
Hex5527962B4A0291093b25
Octal12547226531120514117345
Binary10101011001111001011010101110010100101001100001001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552796; }

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

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

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

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

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

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

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

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