#55359D

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

Shades of Daisy Bush #55359D

Tints of Daisy Bush #55359D

Color information

#55359D (or 0x55359D) is unknown color: approx Daisy Bush. HEX triplet: 55, 35 and 9D. RGB value is (85,53,157). Sum of RGB (Red+Green+Blue) = 85+53+157=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #55359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55359D is #AACA62. Grayscale: #4A4A4A. Windows color (decimal): -11192931 or 10302805. OLE color: 10302805.

HSL color Cylindrical-coordinate representation of color #55359D: hue angle of 258.46º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55359D is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8553157-
CMYK0.460.6600.38
HSL258.46º49.52%41.18%-
HSV(B)258.46º66.24%61.57%-
XYZ11.116.9132.65-
YUV74.42174.6135.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 157 (61.72% from 255) = 53.22%
R=28.81%
G=17.97%
B=53.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85531570.460.6600.38258.4649.5241.18
Hex55359D2E420261023229
Octal12565235561020464026251
Binary10101011101011001110110111010000100100110100000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55359D; }

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

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

<style>
 a { background-color: #55359D; }

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

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

<style>
 span { border-color: #55359D; }

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

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