#521E86

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

Shades of Kingfisher Daisy #521E86

Tints of Kingfisher Daisy #521E86

Color information

#521E86 (or 0x521E86) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 1E and 86. RGB value is (82,30,134). Sum of RGB (Red+Green+Blue) = 82+30+134=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #521E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521E86 is #ADE179. Grayscale: #393939. Windows color (decimal): -11395450 or 8789586. OLE color: 8789586.

HSL color Cylindrical-coordinate representation of color #521E86: hue angle of 270º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521E86 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8230134-
CMYK0.390.7800.47
HSL270º63.41%32.16%-
HSV(B)270º77.61%52.55%-
XYZ8.254.4422.98-
YUV57.4171.23145.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 134 (52.73% from 255) = 54.47%
R=33.33%
G=12.20%
B=54.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82301340.390.7800.4727063.4132.16
Hex521E86274E02F10e3f20
Octal12236206471160574167740
Binary1010010111101000011010011110011100101111100001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,30,134); }

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

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

 a { background-color: rgb(82,30,134); }

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

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

 span { border-color: rgb(82,30,134); }

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