#532184

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

Shades of Kingfisher Daisy #532184

Tints of Kingfisher Daisy #532184

Color information

#532184 (or 0x532184) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 21 and 84. RGB value is (83,33,132). Sum of RGB (Red+Green+Blue) = 83+33+132=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #532184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532184 is #ACDE7B. Grayscale: #3A3A3A. Windows color (decimal): -11329148 or 8659283. OLE color: 8659283.

HSL color Cylindrical-coordinate representation of color #532184: hue angle of 270.3º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532184 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8333132-
CMYK0.370.7500.48
HSL270.3º60%32.35%-
HSV(B)270.3º75%51.76%-
XYZ8.284.5922.28-
YUV59.24169.06144.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=33.47%
G=13.31%
B=53.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83331320.370.7500.48270.36032.35
Hex532184254B03010e3c20
Octal12341204451130604167440
Binary10100111000011000010010010110010110110000100001110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532184; }

 p { color: rgb(83,33,132); }

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

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

 a { background-color: rgb(83,33,132); }

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

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

 span { border-color: rgb(83,33,132); }

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