#522E90

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

Shades of Daisy Bush #522E90

Tints of Daisy Bush #522E90

Color information

#522E90 (or 0x522E90) is unknown color: approx Daisy Bush. HEX triplet: 52, 2E and 90. RGB value is (82,46,144). Sum of RGB (Red+Green+Blue) = 82+46+144=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #522E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522E90 is #ADD16F. Grayscale: #434343. Windows color (decimal): -11391344 or 9449042. OLE color: 9449042.

HSL color Cylindrical-coordinate representation of color #522E90: hue angle of 262.04º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522E90 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8246144-
CMYK0.430.6800.44
HSL262.04º51.58%37.25%-
HSV(B)262.04º68.06%56.47%-
XYZ9.495.7627-
YUV67.94170.93138.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 144 (56.64% from 255) = 52.94%
R=30.15%
G=16.91%
B=52.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82461440.430.6800.44262.0451.5837.25
Hex522E902B4402C1063425
Octal12256220531040544066445
Binary10100101011101001000010101110001000101100100000110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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