#521D95

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

Shades of Kingfisher Daisy #521D95

Tints of Kingfisher Daisy #521D95

Color information

#521D95 (or 0x521D95) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 1D and 95. RGB value is (82,29,149). Sum of RGB (Red+Green+Blue) = 82+29+149=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #521D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521D95 is #ADE26A. Grayscale: #3A3A3A. Windows color (decimal): -11395691 or 9772370. OLE color: 9772370.

HSL color Cylindrical-coordinate representation of color #521D95: hue angle of 266.5º degrees, saturation: 0.67, 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 #521D95 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8229149-
CMYK0.450.8100.42
HSL266.5º67.42%34.9%-
HSV(B)266.5º80.54%58.43%-
XYZ9.344.8428.88-
YUV58.53179.06144.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 29 (11.72% from 255) = 11.15%
BLUE value IS 149 (58.59% from 255) = 57.31%
R=31.54%
G=11.15%
B=57.31%

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
Decimal82291490.450.8100.42266.567.4234.9
Hex521D952D5102A10a4323
Octal122352255512105241210343
Binary10100101110110010101101101101000101010101000010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,29,149); }

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

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

 a { background-color: rgb(82,29,149); }

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

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

 span { border-color: rgb(82,29,149); }

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