#522C7F

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

Shades of Kingfisher Daisy #522C7F

Tints of Kingfisher Daisy #522C7F

Color information

#522C7F (or 0x522C7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 2C and 7F. RGB value is (82,44,127). Sum of RGB (Red+Green+Blue) = 82+44+127=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #522C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C7F is #ADD380. Grayscale: #404040. Windows color (decimal): -11391873 or 8334418. OLE color: 8334418.

HSL color Cylindrical-coordinate representation of color #522C7F: hue angle of 267.47º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522C7F is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8244127-
CMYK0.350.6500.50
HSL267.47º48.54%33.53%-
HSV(B)267.47º65.35%49.8%-
XYZ8.215.1320.64-
YUV64.82163.09140.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 127 (50% from 255) = 50.20%
R=32.41%
G=17.39%
B=50.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82441270.350.6500.50267.4748.5433.53
Hex522C7F234103210b3122
Octal12254177431010624136142
Binary1010010101100111111110001110000010110010100001011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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