#53257C

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

Shades of Blue Diamond #53257C

Tints of Blue Diamond #53257C

Color information

#53257C (or 0x53257C) is unknown color: approx Blue Diamond. HEX triplet: 53, 25 and 7C. RGB value is (83,37,124). Sum of RGB (Red+Green+Blue) = 83+37+124=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #53257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53257C is #ACDA83. Grayscale: #3C3C3C. Windows color (decimal): -11328132 or 8136019. OLE color: 8136019.

HSL color Cylindrical-coordinate representation of color #53257C: hue angle of 271.72º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53257C is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8337124-
CMYK0.330.7000.51
HSL271.72º54.04%31.57%-
HSV(B)271.72º70.16%48.63%-
XYZ7.874.6219.55-
YUV60.67163.74143.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 124 (48.83% from 255) = 50.82%
R=34.02%
G=15.16%
B=50.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83371240.330.7000.51271.7254.0431.57
Hex53257C21460331103620
Octal12345174411060634206640
Binary1010011100101111110010000110001100110011100010000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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