#522A7C

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

Shades of Kingfisher Daisy #522A7C

Tints of Kingfisher Daisy #522A7C

Color information

#522A7C (or 0x522A7C) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 2A and 7C. RGB value is (82,42,124). Sum of RGB (Red+Green+Blue) = 82+42+124=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #522A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522A7C is #ADD583. Grayscale: #3F3F3F. Windows color (decimal): -11392388 or 8137298. OLE color: 8137298.

HSL color Cylindrical-coordinate representation of color #522A7C: hue angle of 269.27º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522A7C is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8242124-
CMYK0.340.6600.51
HSL269.27º49.4%32.55%-
HSV(B)269.27º66.13%48.63%-
XYZ7.954.9119.6-
YUV63.31162.25141.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 124 (48.83% from 255) = 50%
R=33.06%
G=16.94%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82421240.340.6600.51269.2749.432.55
Hex522A7C224203310d3121
Octal12252174421020634156141
Binary1010010101010111110010001010000100110011100001101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,42,124); }

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

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

 a { background-color: rgb(82,42,124); }

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

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

 span { border-color: rgb(82,42,124); }

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