#55389D

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

Shades of Daisy Bush #55389D

Tints of Daisy Bush #55389D

Color information

#55389D (or 0x55389D) is unknown color: approx Daisy Bush. HEX triplet: 55, 38 and 9D. RGB value is (85,56,157). Sum of RGB (Red+Green+Blue) = 85+56+157=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #55389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55389D is #AAC762. Grayscale: #4B4B4B. Windows color (decimal): -11192163 or 10303573. OLE color: 10303573.

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

Color convert

RGB8556157-
CMYK0.460.6400.38
HSL257.23º47.42%41.76%-
HSV(B)257.23º64.33%61.57%-
XYZ11.257.1932.69-
YUV76.18173.61134.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=28.52%
G=18.79%
B=52.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85561570.460.6400.38257.2347.4241.76
Hex55389D2E400261012f2a
Octal12570235561000464015752
Binary10101011110001001110110111010000000100110100000001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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