#52376C

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

Shades of Blue Diamond #52376C

Tints of Blue Diamond #52376C

Color information

#52376C (or 0x52376C) is unknown color: approx Blue Diamond. HEX triplet: 52, 37 and 6C. RGB value is (82,55,108). Sum of RGB (Red+Green+Blue) = 82+55+108=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #52376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52376C is #ADC893. Grayscale: #444444. Windows color (decimal): -11389076 or 7092050. OLE color: 7092050.

HSL color Cylindrical-coordinate representation of color #52376C: hue angle of 270.57º degrees, saturation: 0.33, 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 #52376C is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8255108-
CMYK0.240.4900.58
HSL270.57º32.52%31.96%-
HSV(B)270.57º49.07%42.35%-
XYZ7.555.6114.87-
YUV69.11149.95137.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=33.47%
G=22.45%
B=44.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82551080.240.4900.58270.5732.5231.96
Hex52376C183103A10f2120
Octal1226715430610724174140
Binary10100101101111101100110001100010111010100001111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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