#53257D

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

Shades of Blue Diamond #53257D

Tints of Blue Diamond #53257D

Color information

#53257D (or 0x53257D) is unknown color: approx Blue Diamond. HEX triplet: 53, 25 and 7D. RGB value is (83,37,125). Sum of RGB (Red+Green+Blue) = 83+37+125=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #53257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53257D is #ACDA82. Grayscale: #3C3C3C. Windows color (decimal): -11328131 or 8201555. OLE color: 8201555.

HSL color Cylindrical-coordinate representation of color #53257D: hue angle of 271.36º 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 #53257D is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8337125-
CMYK0.340.7000.51
HSL271.36º54.32%31.76%-
HSV(B)271.36º70.4%49.02%-
XYZ7.934.6419.88-
YUV60.79164.24143.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 125 (49.22% from 255) = 51.02%
R=33.88%
G=15.10%
B=51.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83371250.340.7000.51271.3654.3231.76
Hex53257D224603310f3620
Octal12345175421060634176640
Binary1010011100101111110110001010001100110011100001111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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