#531F96

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

Shades of Kingfisher Daisy #531F96

Tints of Kingfisher Daisy #531F96

Color information

#531F96 (or 0x531F96) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1F and 96. RGB value is (83,31,150). Sum of RGB (Red+Green+Blue) = 83+31+150=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #531F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531F96 is #ACE069. Grayscale: #3B3B3B. Windows color (decimal): -11329642 or 9838419. OLE color: 9838419.

HSL color Cylindrical-coordinate representation of color #531F96: hue angle of 266.22º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531F96 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8331150-
CMYK0.450.7900.41
HSL266.22º65.75%35.49%-
HSV(B)266.22º79.33%58.82%-
XYZ9.565.0229.32-
YUV60.11178.73144.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 31 (12.5% from 255) = 11.74%
BLUE value IS 150 (58.98% from 255) = 56.82%
R=31.44%
G=11.74%
B=56.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83311500.450.7900.41266.2265.7535.49
Hex531F962D4F02910a4223
Octal123372265511705141210243
Binary10100111111110010110101101100111101010011000010101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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