#55219A

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

Shades of Daisy Bush #55219A

Tints of Daisy Bush #55219A

Color information

#55219A (or 0x55219A) is unknown color: approx Daisy Bush. HEX triplet: 55, 21 and 9A. RGB value is (85,33,154). Sum of RGB (Red+Green+Blue) = 85+33+154=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #55219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55219A is #AADE65. Grayscale: #3D3D3D. Windows color (decimal): -11198054 or 10101077. OLE color: 10101077.

HSL color Cylindrical-coordinate representation of color #55219A: hue angle of 265.79º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55219A is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8533154-
CMYK0.450.7900.40
HSL265.79º64.71%36.67%-
HSV(B)265.79º78.57%60.39%-
XYZ10.125.3531.07-
YUV62.34179.73144.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 154 (60.55% from 255) = 56.62%
R=31.25%
G=12.13%
B=56.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85331540.450.7900.40265.7964.7136.67
Hex55219A2D4F02810a4125
Octal125412325511705041210145
Binary101010110000110011010101101100111101010001000010101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55219A; }

 p { color: rgb(85,33,154); }

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

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

 a { background-color: rgb(85,33,154); }

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

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

 span { border-color: rgb(85,33,154); }

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