#52376B

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

Shades of Blue Diamond #52376B

Tints of Blue Diamond #52376B

Color information

#52376B (or 0x52376B) is unknown color: approx Blue Diamond. HEX triplet: 52, 37 and 6B. RGB value is (82,55,107). Sum of RGB (Red+Green+Blue) = 82+55+107=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #52376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52376B is #ADC894. Grayscale: #444444. Windows color (decimal): -11389077 or 7026514. OLE color: 7026514.

HSL color Cylindrical-coordinate representation of color #52376B: hue angle of 271.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52376B is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8255107-
CMYK0.230.4900.58
HSL271.15º32.1%31.76%-
HSV(B)271.15º48.6%41.96%-
XYZ7.55.5914.59-
YUV69149.45137.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=33.61%
G=22.54%
B=43.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82551070.230.4900.58271.1532.131.76
Hex52376B173103A10f2020
Octal1226715327610724174040
Binary10100101101111101011101111100010111010100001111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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