#52326C

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

Shades of Blue Diamond #52326C

Tints of Blue Diamond #52326C

Color information

#52326C (or 0x52326C) is unknown color: approx Blue Diamond. HEX triplet: 52, 32 and 6C. RGB value is (82,50,108). Sum of RGB (Red+Green+Blue) = 82+50+108=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #52326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52326C is #ADCD93. Grayscale: #414141. Windows color (decimal): -11390356 or 7090770. OLE color: 7090770.

HSL color Cylindrical-coordinate representation of color #52326C: hue angle of 273.1º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52326C is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8250108-
CMYK0.240.5400.58
HSL273.1º36.71%30.98%-
HSV(B)273.1º53.7%42.35%-
XYZ7.335.1614.8-
YUV66.18151.6139.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 108 (42.58% from 255) = 45%
R=34.17%
G=20.83%
B=45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82501080.240.5400.58273.136.7130.98
Hex52326C183603A111251f
Octal1226215430660724214537
Binary1010010110010110110011000110110011101010001000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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