#55378B

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

Shades of Daisy Bush #55378B

Tints of Daisy Bush #55378B

Color information

#55378B (or 0x55378B) is unknown color: approx Daisy Bush. HEX triplet: 55, 37 and 8B. RGB value is (85,55,139). Sum of RGB (Red+Green+Blue) = 85+55+139=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #55378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55378B is #AAC874. Grayscale: #494949. Windows color (decimal): -11192437 or 9123669. OLE color: 9123669.

HSL color Cylindrical-coordinate representation of color #55378B: hue angle of 261.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55378B is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8555139-
CMYK0.390.6000.45
HSL261.43º43.3%38.04%-
HSV(B)261.43º60.43%54.51%-
XYZ9.776.5325.17-
YUV73.55164.94136.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=30.47%
G=19.71%
B=49.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85551390.390.6000.45261.4343.338.04
Hex55378B273C02D1052b26
Octal1256721347740554055346
Binary1010101110111100010111001111111000101101100000101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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