#52336C

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

Shades of Blue Diamond #52336C

Tints of Blue Diamond #52336C

Color information

#52336C (or 0x52336C) is unknown color: approx Blue Diamond. HEX triplet: 52, 33 and 6C. RGB value is (82,51,108). Sum of RGB (Red+Green+Blue) = 82+51+108=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #52336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52336C is #ADCC93. Grayscale: #424242. Windows color (decimal): -11390100 or 7091026. OLE color: 7091026.

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

Color convert

RGB8251108-
CMYK0.240.5300.58
HSL272.63º35.85%31.18%-
HSV(B)272.63º52.78%42.35%-
XYZ7.375.2414.81-
YUV66.77151.27138.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=34.02%
G=21.16%
B=44.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82511080.240.5300.58272.6335.8531.18
Hex52336C183503A111241f
Octal1226315430650724214437
Binary1010010110011110110011000110101011101010001000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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