#522f9e

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

Shades of Daisy Bush #522F9E

Tints of Daisy Bush #522F9E

Color information

#522F9E (or 0x522F9E) is unknown color: approx Daisy Bush. HEX triplet: 52, 2F and 9E. RGB value is (82,47,158). Sum of RGB (Red+Green+Blue) = 82+47+158=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #522F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522F9E is #ADD061. Grayscale: #454545. Windows color (decimal): -11391074 or 10366802. OLE color: 10366802.

HSL color Cylindrical-coordinate representation of color #522F9E: hue angle of 258.92º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522F9E is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8247158-
CMYK0.480.7000.38
HSL258.92º54.15%40.2%-
HSV(B)258.92º70.25%61.96%-
XYZ10.676.333-
YUV70.12177.6136.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=28.57%
G=16.38%
B=55.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82471580.480.7000.38258.9254.1540.2
Hex522F9E30460261033628
Octal12257236601060464036650
Binary10100101011111001111011000010001100100110100000011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,47,158); }

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

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

 a { background-color: rgb(82,47,158); }

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

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

 span { border-color: rgb(82,47,158); }

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