#531D6D

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

Shades of Blue Diamond #531D6D

Tints of Blue Diamond #531D6D

Color information

#531D6D (or 0x531D6D) is unknown color: approx Blue Diamond. HEX triplet: 53, 1D and 6D. RGB value is (83,29,109). Sum of RGB (Red+Green+Blue) = 83+29+109=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #531D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D6D is #ACE292. Grayscale: #363636. Windows color (decimal): -11330195 or 7150931. OLE color: 7150931.

HSL color Cylindrical-coordinate representation of color #531D6D: hue angle of 280.5º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531D6D is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8329109-
CMYK0.240.7300.57
HSL280.5º57.97%27.06%-
HSV(B)280.5º73.39%42.75%-
XYZ6.773.8214.85-
YUV54.27158.89148.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 29 (11.72% from 255) = 13.12%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=37.56%
G=13.12%
B=49.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83291090.240.7300.57280.557.9727.06
Hex531D6D18490391183a1b
Octal12335155301110714307233
Binary1010011111011101101110001001001011100110001100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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