#55339B

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

Shades of Daisy Bush #55339B

Tints of Daisy Bush #55339B

Color information

#55339B (or 0x55339B) is unknown color: approx Daisy Bush. HEX triplet: 55, 33 and 9B. RGB value is (85,51,155). Sum of RGB (Red+Green+Blue) = 85+51+155=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #55339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55339B is #AACC64. Grayscale: #484848. Windows color (decimal): -11193445 or 10171221. OLE color: 10171221.

HSL color Cylindrical-coordinate representation of color #55339B: hue angle of 259.62º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55339B is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8551155-
CMYK0.450.6700.39
HSL259.62º50.49%40.39%-
HSV(B)259.62º67.1%60.78%-
XYZ10.856.6731.73-
YUV73.02174.26136.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=29.21%
G=17.53%
B=53.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85511550.450.6700.39259.6250.4940.39
Hex55339B2D430271043228
Octal12563233551030474046250
Binary10101011100111001101110110110000110100111100000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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