Html Css Color HEX #53326D Blue Diamond

📋 copy color: '#53326D'

red 83 ◦ green 50 ◦ blue 109

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

Shades of Blue Diamond #53326D

Tints of Blue Diamond #53326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 34.3%
G = 20.66%
B = 45.04%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53326D (or 0x53326D) is known color: Blue Diamond. HEX triplet: 53, 32 and 6D. RGB value is (83,50,109). Sum of RGB (Red+Green+Blue) = 83+50+109=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #53326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53326D is #ACCD92. Grayscale: #424242. Windows color (decimal): -11324819 or 7156307. OLE color: 7156307.

HSL color Cylindrical-coordinate representation of color #53326D: hue angle of 273.56º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53326D is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 50 109 -
CMYK 0.24 0.54 0 0.57
HSL 273.56º 0.37% 0.31% -
HSV(B) 273.56º 0.54% 0.43% -
XYZ 7.47 5.22 15.08 -
YUV 66.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 83 50 109 0.24 0.54 0 0.57 273.56 0.37 0.31
Hex 53 32 6D 18 36 0 39 112 25 1F
Octal 123 62 155 30 66 0 71 422 45 37
Binary 1010011 110010 1101101 11000 110110 0 111001 100010010 100101 11111

Color Harmonies of #53326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53326D

Black with #53326D

Text Example


Text Example

White with #53326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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