#55348B

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

Shades of Daisy Bush #55348B

Tints of Daisy Bush #55348B

Color information

#55348B (or 0x55348B) is unknown color: approx Daisy Bush. HEX triplet: 55, 34 and 8B. RGB value is (85,52,139). Sum of RGB (Red+Green+Blue) = 85+52+139=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #55348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55348B is #AACB74. Grayscale: #474747. Windows color (decimal): -11193205 or 9122901. OLE color: 9122901.

HSL color Cylindrical-coordinate representation of color #55348B: hue angle of 262.76º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55348B is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8552139-
CMYK0.390.6300.45
HSL262.76º45.55%37.45%-
HSV(B)262.76º62.59%54.51%-
XYZ9.636.2525.12-
YUV71.78165.93137.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=30.80%
G=18.84%
B=50.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85521390.390.6300.45262.7645.5537.45
Hex55348B273F02D1072e25
Octal1256421347770554075645
Binary1010101110100100010111001111111110101101100000111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,52,139); }

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

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

 a { background-color: rgb(85,52,139); }

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

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

 span { border-color: rgb(85,52,139); }

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