#522F95

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

Shades of Daisy Bush #522F95

Tints of Daisy Bush #522F95

Color information

#522F95 (or 0x522F95) is unknown color: approx Daisy Bush. HEX triplet: 52, 2F and 95. RGB value is (82,47,149). Sum of RGB (Red+Green+Blue) = 82+47+149=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #522F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522F95 is #ADD06A. Grayscale: #444444. Windows color (decimal): -11391083 or 9776978. OLE color: 9776978.

HSL color Cylindrical-coordinate representation of color #522F95: hue angle of 260.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522F95 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8247149-
CMYK0.450.6800.42
HSL260.59º52.04%38.43%-
HSV(B)260.59º68.46%58.43%-
XYZ9.92629.07-
YUV69.09173.1137.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=29.50%
G=16.91%
B=53.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82471490.450.6800.42260.5952.0438.43
Hex522F952D4402A1053426
Octal12257225551040524056446
Binary10100101011111001010110110110001000101010100000101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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