#53287B

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

Shades of Blue Diamond #53287B

Tints of Blue Diamond #53287B

Color information

#53287B (or 0x53287B) is unknown color: approx Blue Diamond. HEX triplet: 53, 28 and 7B. RGB value is (83,40,123). Sum of RGB (Red+Green+Blue) = 83+40+123=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #53287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53287B is #ACD784. Grayscale: #3E3E3E. Windows color (decimal): -11327365 or 8071251. OLE color: 8071251.

HSL color Cylindrical-coordinate representation of color #53287B: hue angle of 271.08º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53287B is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8340123-
CMYK0.330.6700.52
HSL271.08º50.92%31.96%-
HSV(B)271.08º67.48%48.24%-
XYZ7.94.7919.25-
YUV62.32162.25142.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 123 (48.44% from 255) = 50%
R=33.74%
G=16.26%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83401230.330.6700.52271.0850.9231.96
Hex53287B214303410f3320
Octal12350173411030644176340
Binary1010011101000111101110000110000110110100100001111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53287B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,40,123); }

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

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

 a { background-color: rgb(83,40,123); }

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

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

 span { border-color: rgb(83,40,123); }

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