#522799

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

Shades of Daisy Bush #522799

Tints of Daisy Bush #522799

Color information

#522799 (or 0x522799) is unknown color: approx Daisy Bush. HEX triplet: 52, 27 and 99. RGB value is (82,39,153). Sum of RGB (Red+Green+Blue) = 82+39+153=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #522799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522799 is #ADD866. Grayscale: #404040. Windows color (decimal): -11393127 or 10037074. OLE color: 10037074.

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

Color convert

RGB8239153-
CMYK0.460.7500.4
HSL262.63º59.38%37.65%-
HSV(B)262.63º74.51%60%-
XYZ9.955.5430.68-
YUV64.85177.75140.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=29.93%
G=14.23%
B=55.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82391530.460.7500.4262.6359.3837.65
Hex5227992E4B0281073b26
Octal12247231561130504077346
Binary10100101001111001100110111010010110101000100000111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522799; }

 p { color: rgb(82,39,153); }

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

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

 a { background-color: rgb(82,39,153); }

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

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

 span { border-color: rgb(82,39,153); }

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