#522991

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

Shades of Kingfisher Daisy #522991

Tints of Kingfisher Daisy #522991

Color information

#522991 (or 0x522991) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 29 and 91. RGB value is (82,41,145). Sum of RGB (Red+Green+Blue) = 82+41+145=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #522991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522991 is #ADD66E. Grayscale: #404040. Windows color (decimal): -11392623 or 9513298. OLE color: 9513298.

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

Color convert

RGB8241145-
CMYK0.430.7200.43
HSL263.65º55.91%36.47%-
HSV(B)263.65º71.72%56.86%-
XYZ9.385.4227.34-
YUV65.12173.08140.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=30.60%
G=15.30%
B=54.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82411450.430.7200.43263.6555.9136.47
Hex5229912B4802B1083824
Octal12251221531100534107044
Binary10100101010011001000110101110010000101011100001000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522991; }

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

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

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

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

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

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

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

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