#522384

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

Shades of Kingfisher Daisy #522384

Tints of Kingfisher Daisy #522384

Color information

#522384 (or 0x522384) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 23 and 84. RGB value is (82,35,132). Sum of RGB (Red+Green+Blue) = 82+35+132=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #522384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522384 is #ADDC7B. Grayscale: #3B3B3B. Windows color (decimal): -11394172 or 8659794. OLE color: 8659794.

HSL color Cylindrical-coordinate representation of color #522384: hue angle of 269.07º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522384 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8235132-
CMYK0.380.7300.48
HSL269.07º58.08%32.75%-
HSV(B)269.07º73.48%51.76%-
XYZ8.254.6622.3-
YUV60.11168.57143.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=32.93%
G=14.06%
B=53.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82351320.380.7300.48269.0758.0832.75
Hex522384264903010d3a21
Octal12243204461110604157241
Binary10100101000111000010010011010010010110000100001101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522384; }

 p { color: rgb(82,35,132); }

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

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

 a { background-color: rgb(82,35,132); }

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

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

 span { border-color: rgb(82,35,132); }

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