#531E72

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

Shades of Blue Diamond #531E72

Tints of Blue Diamond #531E72

Color information

#531E72 (or 0x531E72) is unknown color: approx Blue Diamond. HEX triplet: 53, 1E and 72. RGB value is (83,30,114). Sum of RGB (Red+Green+Blue) = 83+30+114=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #531E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531E72 is #ACE18D. Grayscale: #373737. Windows color (decimal): -11329934 or 7478867. OLE color: 7478867.

HSL color Cylindrical-coordinate representation of color #531E72: hue angle of 277.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #531E72 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8330114-
CMYK0.270.7400.55
HSL277.86º58.33%28.24%-
HSV(B)277.86º73.68%44.71%-
XYZ7.073.9816.32-
YUV55.42161.06147.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=36.56%
G=13.22%
B=50.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83301140.270.7400.55277.8658.3328.24
Hex531E721B4A0371163a1c
Octal12336162331120674267234
Binary1010011111101110010110111001010011011110001011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,114); }

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

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

 a { background-color: rgb(83,30,114); }

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

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

 span { border-color: rgb(83,30,114); }

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