#52376D

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

Shades of Blue Diamond #52376D

Tints of Blue Diamond #52376D

Color information

#52376D (or 0x52376D) is unknown color: approx Blue Diamond. HEX triplet: 52, 37 and 6D. RGB value is (82,55,109). Sum of RGB (Red+Green+Blue) = 82+55+109=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #52376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52376D is #ADC892. Grayscale: #454545. Windows color (decimal): -11389075 or 7157586. OLE color: 7157586.

HSL color Cylindrical-coordinate representation of color #52376D: hue angle of 270º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52376D is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8255109-
CMYK0.250.5000.57
HSL270º32.93%32.16%-
HSV(B)270º49.54%42.75%-
XYZ7.615.6315.15-
YUV69.23150.45137.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=33.33%
G=22.36%
B=44.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82551090.250.5000.5727032.9332.16
Hex52376D193203910e2120
Octal1226715531620714164140
Binary10100101101111101101110011100100111001100001110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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