#522591

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

Shades of Kingfisher Daisy #522591

Tints of Kingfisher Daisy #522591

Color information

#522591 (or 0x522591) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 25 and 91. RGB value is (82,37,145). Sum of RGB (Red+Green+Blue) = 82+37+145=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #522591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522591 is #ADDA6E. Grayscale: #3E3E3E. Windows color (decimal): -11393647 or 9512274. OLE color: 9512274.

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

Color convert

RGB8237145-
CMYK0.430.7400.43
HSL265º59.34%35.69%-
HSV(B)265º74.48%56.86%-
XYZ9.255.1627.3-
YUV62.77174.41141.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=31.06%
G=14.02%
B=54.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82371450.430.7400.4326559.3435.69
Hex5225912B4A02B1093b24
Octal12245221531120534117344
Binary10100101001011001000110101110010100101011100001001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522591; }

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

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

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

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

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

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

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

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