#521C94

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

Shades of Kingfisher Daisy #521C94

Tints of Kingfisher Daisy #521C94

Color information

#521C94 (or 0x521C94) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 1C and 94. RGB value is (82,28,148). Sum of RGB (Red+Green+Blue) = 82+28+148=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #521C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C94 is #ADE36B. Grayscale: #393939. Windows color (decimal): -11395948 or 9706578. OLE color: 9706578.

HSL color Cylindrical-coordinate representation of color #521C94: hue angle of 267º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521C94 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8228148-
CMYK0.450.8100.42
HSL267º68.18%34.51%-
HSV(B)267º81.08%58.04%-
XYZ9.244.7628.45-
YUV57.83178.89145.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 28 (11.33% from 255) = 10.85%
BLUE value IS 148 (58.20% from 255) = 57.36%
R=31.78%
G=10.85%
B=57.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82281480.450.8100.4226768.1834.51
Hex521C942D5102A10b4423
Octal122342245512105241310443
Binary10100101110010010100101101101000101010101000010111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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