#52336B

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

Shades of Blue Diamond #52336B

Tints of Blue Diamond #52336B

Color information

#52336B (or 0x52336B) is unknown color: approx Blue Diamond. HEX triplet: 52, 33 and 6B. RGB value is (82,51,107). Sum of RGB (Red+Green+Blue) = 82+51+107=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #52336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52336B is #ADCC94. Grayscale: #424242. Windows color (decimal): -11390101 or 7025490. OLE color: 7025490.

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

Color convert

RGB8251107-
CMYK0.230.5200.58
HSL273.21º35.44%30.98%-
HSV(B)273.21º52.34%41.96%-
XYZ7.325.2214.53-
YUV66.65150.77138.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=34.17%
G=21.25%
B=44.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82511070.230.5200.58273.2135.4430.98
Hex52336B173403A111231f
Octal1226315327640724214337
Binary1010010110011110101110111110100011101010001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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