#53267B

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

Shades of Blue Diamond #53267B

Tints of Blue Diamond #53267B

Color information

#53267B (or 0x53267B) is unknown color: approx Blue Diamond. HEX triplet: 53, 26 and 7B. RGB value is (83,38,123). Sum of RGB (Red+Green+Blue) = 83+38+123=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #53267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53267B is #ACD984. Grayscale: #3C3C3C. Windows color (decimal): -11327877 or 8070739. OLE color: 8070739.

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

Color convert

RGB8338123-
CMYK0.330.6900.52
HSL271.76º52.8%31.57%-
HSV(B)271.76º69.11%48.24%-
XYZ7.844.6619.22-
YUV61.14162.91143.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=34.02%
G=15.57%
B=50.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83381230.330.6900.52271.7652.831.57
Hex53267B21450341103520
Octal12346173411050644206540
Binary1010011100110111101110000110001010110100100010000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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