#52316F

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

Shades of Blue Diamond #52316F

Tints of Blue Diamond #52316F

Color information

#52316F (or 0x52316F) is unknown color: approx Blue Diamond. HEX triplet: 52, 31 and 6F. RGB value is (82,49,111). Sum of RGB (Red+Green+Blue) = 82+49+111=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #52316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52316F is #ADCE90. Grayscale: #414141. Windows color (decimal): -11390609 or 7287122. OLE color: 7287122.

HSL color Cylindrical-coordinate representation of color #52316F: hue angle of 271.94º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52316F is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8249111-
CMYK0.260.5600.56
HSL271.94º38.75%31.37%-
HSV(B)271.94º55.86%43.53%-
XYZ7.455.1415.64-
YUV65.94153.43139.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 111 (43.75% from 255) = 45.87%
R=33.88%
G=20.25%
B=45.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82491110.260.5600.56271.9438.7531.37
Hex52316F1A38038110271f
Octal1226115732700704204737
Binary1010010110001110111111010111000011100010001000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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