#522F9F

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

Shades of Daisy Bush #522F9F

Tints of Daisy Bush #522F9F

Color information

#522F9F (or 0x522F9F) is unknown color: approx Daisy Bush. HEX triplet: 52, 2F and 9F. RGB value is (82,47,159). Sum of RGB (Red+Green+Blue) = 82+47+159=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #522F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522F9F is #ADD060. Grayscale: #454545. Windows color (decimal): -11391073 or 10432338. OLE color: 10432338.

HSL color Cylindrical-coordinate representation of color #522F9F: hue angle of 258.75º 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 #522F9F is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8247159-
CMYK0.480.7000.38
HSL258.75º54.37%40.39%-
HSV(B)258.75º70.44%62.35%-
XYZ10.756.3333.46-
YUV70.23178.1136.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 47 (18.75% from 255) = 16.32%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=28.47%
G=16.32%
B=55.21%

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
Decimal82471590.480.7000.38258.7554.3740.39
Hex522F9F30460261033628
Octal12257237601060464036650
Binary10100101011111001111111000010001100100110100000011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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