#521C8B

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

Shades of Kingfisher Daisy #521C8B

Tints of Kingfisher Daisy #521C8B

Color information

#521C8B (or 0x521C8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 1C and 8B. RGB value is (82,28,139). Sum of RGB (Red+Green+Blue) = 82+28+139=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #521C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C8B is #ADE374. Grayscale: #383838. Windows color (decimal): -11395957 or 9116754. OLE color: 9116754.

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

Color convert

RGB8228139-
CMYK0.410.8000.45
HSL269.19º66.47%32.75%-
HSV(B)269.19º79.86%54.51%-
XYZ8.564.4924.84-
YUV56.8174.39145.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=32.93%
G=11.24%
B=55.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82281390.410.8000.45269.1966.4732.75
Hex521C8B295002D10d4221
Octal122342135112005541510241
Binary10100101110010001011101001101000001011011000011011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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