#531D99

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

Shades of Kingfisher Daisy #531D99

Tints of Kingfisher Daisy #531D99

Color information

#531D99 (or 0x531D99) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1D and 99. RGB value is (83,29,153). Sum of RGB (Red+Green+Blue) = 83+29+153=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #531D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531D99 is #ACE266. Grayscale: #3A3A3A. Windows color (decimal): -11330151 or 10034515. OLE color: 10034515.

HSL color Cylindrical-coordinate representation of color #531D99: hue angle of 266.13º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531D99 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8329153-
CMYK0.460.8100.4
HSL266.13º68.13%35.69%-
HSV(B)266.13º81.05%60%-
XYZ9.765.0230.59-
YUV59.28180.89144.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=31.32%
G=10.94%
B=57.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83291530.460.8100.4266.1368.1335.69
Hex531D992E5102810a4424
Octal123352315612105041210444
Binary10100111110110011001101110101000101010001000010101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,29,153); }

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

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

 a { background-color: rgb(83,29,153); }

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

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

 span { border-color: rgb(83,29,153); }

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