#53246B

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

Shades of Blue Diamond #53246B

Tints of Blue Diamond #53246B

Color information

#53246B (or 0x53246B) is unknown color: approx Blue Diamond. HEX triplet: 53, 24 and 6B. RGB value is (83,36,107). Sum of RGB (Red+Green+Blue) = 83+36+107=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #53246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53246B is #ACDB94. Grayscale: #393939. Windows color (decimal): -11328405 or 7021651. OLE color: 7021651.

HSL color Cylindrical-coordinate representation of color #53246B: hue angle of 279.72º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53246B is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8336107-
CMYK0.220.6600.58
HSL279.72º49.65%28.04%-
HSV(B)279.72º66.36%41.96%-
XYZ6.854.1614.35-
YUV58.15155.57145.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=36.73%
G=15.93%
B=47.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83361070.220.6600.58279.7249.6528.04
Hex53246B164203A118321c
Octal12344153261020724306234
Binary10100111001001101011101101000010011101010001100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,36,107); }

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

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

 a { background-color: rgb(83,36,107); }

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

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

 span { border-color: rgb(83,36,107); }

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