#55279E

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

Shades of Daisy Bush #55279E

Tints of Daisy Bush #55279E

Color information

#55279E (or 0x55279E) is unknown color: approx Daisy Bush. HEX triplet: 55, 27 and 9E. RGB value is (85,39,158). Sum of RGB (Red+Green+Blue) = 85+39+158=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #55279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55279E is #AAD861. Grayscale: #414141. Windows color (decimal): -11196514 or 10364757. OLE color: 10364757.

HSL color Cylindrical-coordinate representation of color #55279E: hue angle of 263.19º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55279E is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8539158-
CMYK0.460.7500.38
HSL263.19º60.41%38.63%-
HSV(B)263.19º75.32%61.96%-
XYZ10.645.8532.92-
YUV66.32179.74141.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=30.14%
G=13.83%
B=56.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85391580.460.7500.38263.1960.4138.63
Hex55279E2E4B0261073c27
Octal12547236561130464077447
Binary10101011001111001111010111010010110100110100000111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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