#522B95

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

Shades of Daisy Bush #522B95

Tints of Daisy Bush #522B95

Color information

#522B95 (or 0x522B95) is unknown color: approx Daisy Bush. HEX triplet: 52, 2B and 95. RGB value is (82,43,149). Sum of RGB (Red+Green+Blue) = 82+43+149=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #522B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522B95 is #ADD46A. Grayscale: #424242. Windows color (decimal): -11392107 or 9775954. OLE color: 9775954.

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

Color convert

RGB8243149-
CMYK0.450.7100.42
HSL262.08º55.21%37.65%-
HSV(B)262.08º71.14%58.43%-
XYZ9.775.6929.02-
YUV66.74174.42138.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=29.93%
G=15.69%
B=54.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82431490.450.7100.42262.0855.2137.65
Hex522B952D4702A1063726
Octal12253225551070524066746
Binary10100101010111001010110110110001110101010100000110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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