#55359E

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

Shades of Daisy Bush #55359E

Tints of Daisy Bush #55359E

Color information

#55359E (or 0x55359E) is unknown color: approx Daisy Bush. HEX triplet: 55, 35 and 9E. RGB value is (85,53,158). Sum of RGB (Red+Green+Blue) = 85+53+158=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #55359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55359E is #AACA61. Grayscale: #4A4A4A. Windows color (decimal): -11192930 or 10368341. OLE color: 10368341.

HSL color Cylindrical-coordinate representation of color #55359E: hue angle of 258.29º 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 #55359E is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8553158-
CMYK0.460.6600.38
HSL258.29º49.76%41.37%-
HSV(B)258.29º66.46%61.96%-
XYZ11.196.9533.1-
YUV74.54175.1135.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 53 (21.09% from 255) = 17.91%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=28.72%
G=17.91%
B=53.38%

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
Decimal85531580.460.6600.38258.2949.7641.37
Hex55359E2E420261023229
Octal12565236561020464026251
Binary10101011101011001111010111010000100100110100000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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