#552E90

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

Shades of Daisy Bush #552E90

Tints of Daisy Bush #552E90

Color information

#552E90 (or 0x552E90) is unknown color: approx Daisy Bush. HEX triplet: 55, 2E and 90. RGB value is (85,46,144). Sum of RGB (Red+Green+Blue) = 85+46+144=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #552E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552E90 is #AAD16F. Grayscale: #444444. Windows color (decimal): -11194736 or 9449045. OLE color: 9449045.

HSL color Cylindrical-coordinate representation of color #552E90: hue angle of 263.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552E90 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8546144-
CMYK0.410.6800.44
HSL263.88º51.58%37.25%-
HSV(B)263.88º68.06%56.47%-
XYZ9.765.927.01-
YUV68.83170.42139.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=30.91%
G=16.73%
B=52.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85461440.410.6800.44263.8851.5837.25
Hex552E90294402C1083425
Octal12556220511040544106445
Binary10101011011101001000010100110001000101100100001000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,46,144); }

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

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

 a { background-color: rgb(85,46,144); }

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

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

 span { border-color: rgb(85,46,144); }

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