#522580

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

Shades of Kingfisher Daisy #522580

Tints of Kingfisher Daisy #522580

Color information

#522580 (or 0x522580) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 25 and 80. RGB value is (82,37,128). Sum of RGB (Red+Green+Blue) = 82+37+128=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #522580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522580 is #ADDA7F. Grayscale: #3C3C3C. Windows color (decimal): -11393664 or 8398162. OLE color: 8398162.

HSL color Cylindrical-coordinate representation of color #522580: hue angle of 269.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #522580 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8237128-
CMYK0.360.7100.50
HSL269.67º55.15%32.35%-
HSV(B)269.67º71.09%50.2%-
XYZ8.044.6820.9-
YUV60.83165.91143.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 128 (50.39% from 255) = 51.82%
R=33.20%
G=14.98%
B=51.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82371280.360.7100.50269.6755.1532.35
Hex522580244703210e3720
Octal12245200441070624166740
Binary10100101001011000000010010010001110110010100001110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522580; }

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

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

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

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

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

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

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

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