#53217C

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

Shades of Blue Diamond #53217C

Tints of Blue Diamond #53217C

Color information

#53217C (or 0x53217C) is unknown color: approx Blue Diamond. HEX triplet: 53, 21 and 7C. RGB value is (83,33,124). Sum of RGB (Red+Green+Blue) = 83+33+124=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #53217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53217C is #ACDE83. Grayscale: #3A3A3A. Windows color (decimal): -11329156 or 8134995. OLE color: 8134995.

HSL color Cylindrical-coordinate representation of color #53217C: hue angle of 272.97º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53217C is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8333124-
CMYK0.330.7300.51
HSL272.97º57.96%30.78%-
HSV(B)272.97º73.39%48.63%-
XYZ7.754.3819.51-
YUV58.32165.06145.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=34.58%
G=13.75%
B=51.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83331240.330.7300.51272.9757.9630.78
Hex53217C21490331113a1f
Octal12341174411110634217237
Binary101001110000111111001000011001001011001110001000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,33,124); }

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

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

 a { background-color: rgb(83,33,124); }

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

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

 span { border-color: rgb(83,33,124); }

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