#522C85

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

Shades of Kingfisher Daisy #522C85

Tints of Kingfisher Daisy #522C85

Color information

#522C85 (or 0x522C85) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 2C and 85. RGB value is (82,44,133). Sum of RGB (Red+Green+Blue) = 82+44+133=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #522C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522C85 is #ADD37A. Grayscale: #414141. Windows color (decimal): -11391867 or 8727634. OLE color: 8727634.

HSL color Cylindrical-coordinate representation of color #522C85: hue angle of 265.62º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #522C85 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8244133-
CMYK0.380.6700.48
HSL265.62º50.28%34.71%-
HSV(B)265.62º66.92%52.16%-
XYZ8.615.2922.76-
YUV65.51166.09139.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=31.66%
G=16.99%
B=51.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82441330.380.6700.48265.6250.2834.71
Hex522C85264303010a3223
Octal12254205461030604126243
Binary10100101011001000010110011010000110110000100001010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,44,133); }

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

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

 a { background-color: rgb(82,44,133); }

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

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

 span { border-color: rgb(82,44,133); }

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