#5226a6

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

Shades of Daisy Bush #5226A6

Tints of Daisy Bush #5226A6

Color information

#5226A6 (or 0x5226A6) is unknown color: approx Daisy Bush. HEX triplet: 52, 26 and A6. RGB value is (82,38,166). Sum of RGB (Red+Green+Blue) = 82+38+166=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 166 (65.23% from 255 or 58.04% from 286); Max value from RGB is 166 - color contains mainly: blue. Hex color #5226A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5226A6 is #ADD959. Grayscale: #414141. Windows color (decimal): -11393370 or 10888786. OLE color: 10888786.

HSL color Cylindrical-coordinate representation of color #5226A6: hue angle of 260.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5226A6 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8238166-
CMYK0.510.7700.35
HSL260.62º62.75%40%-
HSV(B)260.62º77.11%65.1%-
XYZ11.065.9336.64-
YUV65.75184.58139.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 166 (65.23% from 255) = 58.04%
R=28.67%
G=13.29%
B=58.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82381660.510.7700.35260.6262.7540
Hex5226A6334D0231053f28
Octal12246246631150434057750
Binary10100101001101010011011001110011010100011100000101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5226a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5226a6; }

 p { color: rgb(82,38,166); }

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

<style>
 a { background-color: #5226a6; }

 a { background-color: rgb(82,38,166); }

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

<style>
 span { border-color: #5226a6; }

 span { border-color: rgb(82,38,166); }

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