#55269D

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

Shades of Daisy Bush #55269D

Tints of Daisy Bush #55269D

Color information

#55269D (or 0x55269D) is unknown color: approx Daisy Bush. HEX triplet: 55, 26 and 9D. RGB value is (85,38,157). Sum of RGB (Red+Green+Blue) = 85+38+157=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #55269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55269D is #AAD962. Grayscale: #414141. Windows color (decimal): -11196771 or 10298965. OLE color: 10298965.

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

Color convert

RGB8538157-
CMYK0.460.7600.38
HSL263.7º61.03%38.24%-
HSV(B)263.7º75.8%61.57%-
XYZ10.535.7532.45-
YUV65.62179.57141.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 157 (61.72% from 255) = 56.07%
R=30.36%
G=13.57%
B=56.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85381570.460.7600.38263.761.0338.24
Hex55269D2E4C0261083d26
Octal12546235561140464107546
Binary10101011001101001110110111010011000100110100001000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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