#531E84

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

Shades of Kingfisher Daisy #531E84

Tints of Kingfisher Daisy #531E84

Color information

#531E84 (or 0x531E84) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1E and 84. RGB value is (83,30,132). Sum of RGB (Red+Green+Blue) = 83+30+132=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #531E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531E84 is #ACE17B. Grayscale: #393939. Windows color (decimal): -11329916 or 8658515. OLE color: 8658515.

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

Color convert

RGB8330132-
CMYK0.370.7700.48
HSL271.18º62.96%31.76%-
HSV(B)271.18º77.27%51.76%-
XYZ8.24.4322.25-
YUV57.48170.06146.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=33.88%
G=12.24%
B=53.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83301320.370.7700.48271.1862.9631.76
Hex531E84254D03010f3f20
Octal12336204451150604177740
Binary1010011111101000010010010110011010110000100001111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531E84; }

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

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

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

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

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

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

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

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