#55358E

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

Shades of Daisy Bush #55358E

Tints of Daisy Bush #55358E

Color information

#55358E (or 0x55358E) is unknown color: approx Daisy Bush. HEX triplet: 55, 35 and 8E. RGB value is (85,53,142). Sum of RGB (Red+Green+Blue) = 85+53+142=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #55358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55358E is #AACA71. Grayscale: #484848. Windows color (decimal): -11192946 or 9319765. OLE color: 9319765.

HSL color Cylindrical-coordinate representation of color #55358E: hue angle of 261.57º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55358E is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8553142-
CMYK0.400.6300.44
HSL261.57º45.64%38.24%-
HSV(B)261.57º62.68%55.69%-
XYZ9.96.4326.31-
YUV72.71167.1136.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=30.36%
G=18.93%
B=50.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85531420.400.6300.44261.5745.6438.24
Hex55358E283F02C1062e26
Octal1256521650770544065646
Binary1010101110101100011101010001111110101100100000110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55358E; }

 p { color: rgb(85,53,142); }

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

<style>
 a { background-color: #55358E; }

 a { background-color: rgb(85,53,142); }

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

<style>
 span { border-color: #55358E; }

 span { border-color: rgb(85,53,142); }

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