#521F8C

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

Shades of Kingfisher Daisy #521F8C

Tints of Kingfisher Daisy #521F8C

Color information

#521F8C (or 0x521F8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 1F and 8C. RGB value is (82,31,140). Sum of RGB (Red+Green+Blue) = 82+31+140=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #521F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521F8C is #ADE073. Grayscale: #3A3A3A. Windows color (decimal): -11395188 or 9183058. OLE color: 9183058.

HSL color Cylindrical-coordinate representation of color #521F8C: hue angle of 268.07º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521F8C is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8231140-
CMYK0.410.7800.45
HSL268.07º63.74%33.53%-
HSV(B)268.07º77.86%54.9%-
XYZ8.74.6725.25-
YUV58.68173.9144.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=32.41%
G=12.25%
B=55.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82311400.410.7800.45268.0763.7433.53
Hex521F8C294E02D10c4022
Octal122372145111605541410042
Binary10100101111110001100101001100111001011011000011001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521F8C; }

 p { color: rgb(82,31,140); }

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

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

 a { background-color: rgb(82,31,140); }

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

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

 span { border-color: rgb(82,31,140); }

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