#52316D

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

Shades of Blue Diamond #52316D

Tints of Blue Diamond #52316D

Color information

#52316D (or 0x52316D) is unknown color: approx Blue Diamond. HEX triplet: 52, 31 and 6D. RGB value is (82,49,109). Sum of RGB (Red+Green+Blue) = 82+49+109=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #52316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52316D is #ADCE92. Grayscale: #414141. Windows color (decimal): -11390611 or 7156050. OLE color: 7156050.

HSL color Cylindrical-coordinate representation of color #52316D: hue angle of 273º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52316D is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8249109-
CMYK0.250.5500.57
HSL273º37.97%30.98%-
HSV(B)273º55.05%42.75%-
XYZ7.345.0915.06-
YUV65.71152.43139.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=34.17%
G=20.42%
B=45.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82491090.250.5500.5727337.9730.98
Hex52316D1937039111261f
Octal1226115531670714214637
Binary1010010110001110110111001110111011100110001000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52316D; }

 p { color: rgb(82,49,109); }

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

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

 a { background-color: rgb(82,49,109); }

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

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

 span { border-color: rgb(82,49,109); }

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