#53316E

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

Shades of Blue Diamond #53316E

Tints of Blue Diamond #53316E

Color information

#53316E (or 0x53316E) is unknown color: approx Blue Diamond. HEX triplet: 53, 31 and 6E. RGB value is (83,49,110). Sum of RGB (Red+Green+Blue) = 83+49+110=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #53316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53316E is #ACCE91. Grayscale: #414141. Windows color (decimal): -11325074 or 7221587. OLE color: 7221587.

HSL color Cylindrical-coordinate representation of color #53316E: hue angle of 273.44º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53316E is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8349110-
CMYK0.250.5500.57
HSL273.44º38.36%31.18%-
HSV(B)273.44º55.45%43.14%-
XYZ7.485.1615.35-
YUV66.12152.76140.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=34.30%
G=20.25%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83491100.250.5500.57273.4438.3631.18
Hex53316E1937039111261f
Octal1236115631670714214637
Binary1010011110001110111011001110111011100110001000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53316E; }

 p { color: rgb(83,49,110); }

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

<style>
 a { background-color: #53316E; }

 a { background-color: rgb(83,49,110); }

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

<style>
 span { border-color: #53316E; }

 span { border-color: rgb(83,49,110); }

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