#531871

Color #531871 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #531871

Tints of Blue Diamond #531871

Color information

#531871 (or 0x531871) is unknown color: approx Blue Diamond. HEX triplet: 53, 18 and 71. RGB value is (83,24,113). Sum of RGB (Red+Green+Blue) = 83+24+113=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #531871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531871 is #ACE78E. Grayscale: #333333. Windows color (decimal): -11331471 or 7411795. OLE color: 7411795.

HSL color Cylindrical-coordinate representation of color #531871: hue angle of 279.78º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531871 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8324113-
CMYK0.270.7900.56
HSL279.78º64.96%26.86%-
HSV(B)279.78º78.76%44.31%-
XYZ6.873.6815.97-
YUV51.79162.55150.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=37.73%
G=10.91%
B=51.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83241130.270.7900.56279.7864.9626.86
Hex5318711B4F038118411b
Octal123301613311707043010133
Binary10100111100011100011101110011110111000100011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531871; }

 p { color: rgb(83,24,113); }

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

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

 a { background-color: rgb(83,24,113); }

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

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

 span { border-color: rgb(83,24,113); }

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