#531D83

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

Shades of Kingfisher Daisy #531D83

Tints of Kingfisher Daisy #531D83

Color information

#531D83 (or 0x531D83) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1D and 83. RGB value is (83,29,131). Sum of RGB (Red+Green+Blue) = 83+29+131=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #531D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531D83 is #ACE27C. Grayscale: #383838. Windows color (decimal): -11330173 or 8592723. OLE color: 8592723.

HSL color Cylindrical-coordinate representation of color #531D83: hue angle of 271.76º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531D83 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8329131-
CMYK0.370.7800.49
HSL271.76º63.75%31.37%-
HSV(B)271.76º77.86%51.37%-
XYZ8.14.3621.89-
YUV56.77169.89146.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=34.16%
G=11.93%
B=53.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83291310.370.7800.49271.7663.7531.37
Hex531D83254E031110401f
Octal123352034511606142010037
Binary1010011111011000001110010110011100110001100010000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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