#523a79

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

Shades of Kingfisher Daisy #523A79

Tints of Kingfisher Daisy #523A79

Color information

#523A79 (or 0x523A79) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 3A and 79. RGB value is (82,58,121). Sum of RGB (Red+Green+Blue) = 82+58+121=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #523A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A79 is #ADC586. Grayscale: #484848. Windows color (decimal): -11388295 or 7944786. OLE color: 7944786.

HSL color Cylindrical-coordinate representation of color #523A79: hue angle of 262.86º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #523A79 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8258121-
CMYK0.320.5200.53
HSL262.86º35.2%35.1%-
HSV(B)262.86º52.07%47.45%-
XYZ8.446.218.84-
YUV72.36155.45134.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=31.42%
G=22.22%
B=46.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82581210.320.5200.53262.8635.235.1
Hex523A7920340351072323
Octal1227217140640654074343
Binary101001011101011110011000001101000110101100000111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523a79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523a79; }

 p { color: rgb(82,58,121); }

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

<style>
 a { background-color: #523a79; }

 a { background-color: rgb(82,58,121); }

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

<style>
 span { border-color: #523a79; }

 span { border-color: rgb(82,58,121); }

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