#55249F

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

Shades of Daisy Bush #55249F

Tints of Daisy Bush #55249F

Color information

#55249F (or 0x55249F) is unknown color: approx Daisy Bush. HEX triplet: 55, 24 and 9F. RGB value is (85,36,159). Sum of RGB (Red+Green+Blue) = 85+36+159=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #55249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55249F is #AADB60. Grayscale: #404040. Windows color (decimal): -11197281 or 10429525. OLE color: 10429525.

HSL color Cylindrical-coordinate representation of color #55249F: hue angle of 263.9º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55249F is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8536159-
CMYK0.470.7700.38
HSL263.9º63.08%38.24%-
HSV(B)263.9º77.36%62.35%-
XYZ10.645.733.34-
YUV64.67181.23142.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 36 (14.45% from 255) = 12.86%
BLUE value IS 159 (62.5% from 255) = 56.79%
R=30.36%
G=12.86%
B=56.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85361590.470.7700.38263.963.0838.24
Hex55249F2F4D0261083f26
Octal12544237571150464107746
Binary10101011001001001111110111110011010100110100001000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55249F; }

 p { color: rgb(85,36,159); }

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

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

 a { background-color: rgb(85,36,159); }

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

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

 span { border-color: rgb(85,36,159); }

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