#522791

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

Shades of Kingfisher Daisy #522791

Tints of Kingfisher Daisy #522791

Color information

#522791 (or 0x522791) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 27 and 91. RGB value is (82,39,145). Sum of RGB (Red+Green+Blue) = 82+39+145=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #522791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522791 is #ADD86E. Grayscale: #3F3F3F. Windows color (decimal): -11393135 or 9512786. OLE color: 9512786.

HSL color Cylindrical-coordinate representation of color #522791: hue angle of 264.34º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522791 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8239145-
CMYK0.430.7300.43
HSL264.34º57.61%36.08%-
HSV(B)264.34º73.1%56.86%-
XYZ9.325.2927.32-
YUV63.94173.75140.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 145 (57.03% from 255) = 54.51%
R=30.83%
G=14.66%
B=54.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82391450.430.7300.43264.3457.6136.08
Hex5227912B4902B1083a24
Octal12247221531110534107244
Binary10100101001111001000110101110010010101011100001000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522791; }

 p { color: rgb(82,39,145); }

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

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

 a { background-color: rgb(82,39,145); }

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

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

 span { border-color: rgb(82,39,145); }

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