#522893

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

Shades of Daisy Bush #522893

Tints of Daisy Bush #522893

Color information

#522893 (or 0x522893) is unknown color: approx Daisy Bush. HEX triplet: 52, 28 and 93. RGB value is (82,40,147). Sum of RGB (Red+Green+Blue) = 82+40+147=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #522893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522893 is #ADD76C. Grayscale: #404040. Windows color (decimal): -11392877 or 9644114. OLE color: 9644114.

HSL color Cylindrical-coordinate representation of color #522893: hue angle of 263.55º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522893 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8240147-
CMYK0.440.7300.42
HSL263.55º57.22%36.67%-
HSV(B)263.55º72.79%57.65%-
XYZ9.55.4228.15-
YUV64.76174.41140.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=30.48%
G=14.87%
B=54.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82401470.440.7300.42263.5557.2236.67
Hex5228932C4902A1083925
Octal12250223541110524107145
Binary10100101010001001001110110010010010101010100001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522893; }

 p { color: rgb(82,40,147); }

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

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

 a { background-color: rgb(82,40,147); }

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

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

 span { border-color: rgb(82,40,147); }

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