Html Css Color HEX #53316D Blue Diamond

📋 copy color: '#53316D'

red 83 ◦ green 49 ◦ blue 109

#53316D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #53316D

Tints of Blue Diamond #53316D

RGB

 RED value IS 83 (32.81% from 255) = 34.44%

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 34.44%
G = 20.33%
B = 45.23%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53316D (or 0x53316D) is known color: Blue Diamond. HEX triplet: 53, 31 and 6D. RGB value is (83,49,109). Sum of RGB (Red+Green+Blue) = 83+49+109=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #53316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53316D is #ACCE92. Grayscale: #414141. Windows color (decimal): -11325075 or 7156051. OLE color: 7156051.

HSL color Cylindrical-coordinate representation of color #53316D: hue angle of 274º 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 #53316D is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 49 109 -
CMYK 0.24 0.55 0 0.57
HSL 274º 0.38% 0.31% -
HSV(B) 274º 0.55% 0.43% -
XYZ 7.43 5.14 15.07 -
YUV 66.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 83 49 109 0.24 0.55 0 0.57 274 0.38 0.31
Hex 53 31 6D 18 37 0 39 112 26 1F
Octal 123 61 155 30 67 0 71 422 46 37
Binary 1010011 110001 1101101 11000 110111 0 111001 100010010 100110 11111

Color Harmonies of #53316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53316D

Black with #53316D

Text Example


Text Example

White with #53316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53316D;
 }
 .AnyTagClassName
 {
   color: #53316D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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