#522EA7

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

Shades of Daisy Bush #522EA7

Tints of Daisy Bush #522EA7

Color information

#522EA7 (or 0x522EA7) is unknown color: approx Daisy Bush. HEX triplet: 52, 2E and A7. RGB value is (82,46,167). Sum of RGB (Red+Green+Blue) = 82+46+167=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 167 (65.62% from 255 or 56.61% from 295); Max value from RGB is 167 - color contains mainly: blue. Hex color #522EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522EA7 is #ADD158. Grayscale: #464646. Windows color (decimal): -11391321 or 10956370. OLE color: 10956370.

HSL color Cylindrical-coordinate representation of color #522EA7: hue angle of 257.85º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #522EA7 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8246167-
CMYK0.510.7200.35
HSL257.85º56.81%41.76%-
HSV(B)257.85º72.46%65.49%-
XYZ11.436.5437.22-
YUV70.56182.43136.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 167 (65.62% from 255) = 56.61%
R=27.80%
G=15.59%
B=56.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82461670.510.7200.35257.8556.8141.76
Hex522EA73348023102392a
Octal12256247631100434027152
Binary10100101011101010011111001110010000100011100000010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522EA7; }

 p { color: rgb(82,46,167); }

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

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

 a { background-color: rgb(82,46,167); }

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

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

 span { border-color: rgb(82,46,167); }

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