#55339F

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

Shades of Daisy Bush #55339F

Tints of Daisy Bush #55339F

Color information

#55339F (or 0x55339F) is unknown color: approx Daisy Bush. HEX triplet: 55, 33 and 9F. RGB value is (85,51,159). Sum of RGB (Red+Green+Blue) = 85+51+159=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #55339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55339F is #AACC60. Grayscale: #494949. Windows color (decimal): -11193441 or 10433365. OLE color: 10433365.

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

Color convert

RGB8551159-
CMYK0.470.6800.38
HSL258.89º51.43%41.18%-
HSV(B)258.89º67.92%62.35%-
XYZ11.196.833.52-
YUV73.48176.26136.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=28.81%
G=17.29%
B=53.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85511590.470.6800.38258.8951.4341.18
Hex55339F2F440261033329
Octal12563237571040464036351
Binary10101011100111001111110111110001000100110100000011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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