#521C8A

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

Shades of Kingfisher Daisy #521C8A

Tints of Kingfisher Daisy #521C8A

Color information

#521C8A (or 0x521C8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 1C and 8A. RGB value is (82,28,138). Sum of RGB (Red+Green+Blue) = 82+28+138=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #521C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C8A is #ADE375. Grayscale: #383838. Windows color (decimal): -11395958 or 9051218. OLE color: 9051218.

HSL color Cylindrical-coordinate representation of color #521C8A: hue angle of 269.45º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521C8A is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8228138-
CMYK0.410.8000.46
HSL269.45º66.27%32.55%-
HSV(B)269.45º79.71%54.12%-
XYZ8.484.4624.46-
YUV56.69173.89146.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=33.06%
G=11.29%
B=55.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82281380.410.8000.46269.4566.2732.55
Hex521C8A295002E10d4221
Octal122342125112005641510241
Binary10100101110010001010101001101000001011101000011011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,28,138); }

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

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

 a { background-color: rgb(82,28,138); }

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

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

 span { border-color: rgb(82,28,138); }

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