#531F91

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

Shades of Kingfisher Daisy #531F91

Tints of Kingfisher Daisy #531F91

Color information

#531F91 (or 0x531F91) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1F and 91. RGB value is (83,31,145). Sum of RGB (Red+Green+Blue) = 83+31+145=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #531F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531F91 is #ACE06E. Grayscale: #3B3B3B. Windows color (decimal): -11329647 or 9510739. OLE color: 9510739.

HSL color Cylindrical-coordinate representation of color #531F91: hue angle of 267.37º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531F91 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8331145-
CMYK0.430.7900.43
HSL267.37º64.77%34.51%-
HSV(B)267.37º78.62%56.86%-
XYZ9.174.8627.24-
YUV59.54176.23144.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 145 (57.03% from 255) = 55.98%
R=32.05%
G=11.97%
B=55.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83311450.430.7900.43267.3764.7734.51
Hex531F912B4F02B10b4123
Octal123372215311705341310143
Binary10100111111110010001101011100111101010111000010111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,31,145); }

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

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

 a { background-color: rgb(83,31,145); }

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

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

 span { border-color: rgb(83,31,145); }

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