#52326E

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

Shades of Blue Diamond #52326E

Tints of Blue Diamond #52326E

Color information

#52326E (or 0x52326E) is unknown color: approx Blue Diamond. HEX triplet: 52, 32 and 6E. RGB value is (82,50,110). Sum of RGB (Red+Green+Blue) = 82+50+110=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #52326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52326E is #ADCD91. Grayscale: #424242. Windows color (decimal): -11390354 or 7221842. OLE color: 7221842.

HSL color Cylindrical-coordinate representation of color #52326E: hue angle of 272º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52326E is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8250110-
CMYK0.250.5500.57
HSL272º37.5%31.37%-
HSV(B)272º54.55%43.14%-
XYZ7.435.215.36-
YUV66.41152.6139.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=33.88%
G=20.66%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82501100.250.5500.5727237.531.37
Hex52326E1937039110261f
Octal1226215631670714204637
Binary1010010110010110111011001110111011100110001000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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