#53246C

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

Shades of Blue Diamond #53246C

Tints of Blue Diamond #53246C

Color information

#53246C (or 0x53246C) is unknown color: approx Blue Diamond. HEX triplet: 53, 24 and 6C. RGB value is (83,36,108). Sum of RGB (Red+Green+Blue) = 83+36+108=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #53246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53246C is #ACDB93. Grayscale: #3A3A3A. Windows color (decimal): -11328404 or 7087187. OLE color: 7087187.

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

Color convert

RGB8336108-
CMYK0.230.6700.58
HSL279.17º50%28.24%-
HSV(B)279.17º66.67%42.35%-
XYZ6.94.1814.63-
YUV58.26156.07145.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=36.56%
G=15.86%
B=47.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83361080.230.6700.58279.175028.24
Hex53246C174303A117321c
Octal12344154271030724276234
Binary10100111001001101100101111000011011101010001011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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