Html Css Color HEX #52326D Blue Diamond

📋 copy color: '#52326D'

red 82 ◦ green 50 ◦ blue 109

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

Shades of Blue Diamond #52326D

Tints of Blue Diamond #52326D

RGB

 RED value IS 82 (32.42% from 255) = 34.02%

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

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

R = 34.02%
G = 20.75%
B = 45.23%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52326D (or 0x52326D) is known color: Blue Diamond. HEX triplet: 52, 32 and 6D. RGB value is (82,50,109). Sum of RGB (Red+Green+Blue) = 82+50+109=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 50 (19.92% from 255 or 20.75% 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 #52326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52326D is #ADCD92. Grayscale: #424242. Windows color (decimal): -11390355 or 7156306. OLE color: 7156306.

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

Color convert

RGB 82 50 109 -
CMYK 0.25 0.54 0 0.57
HSL 272.54º 0.37% 0.31% -
HSV(B) 272.54º 0.54% 0.43% -
XYZ 7.38 5.18 15.08 -
YUV 66.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 82 50 109 0.25 0.54 0 0.57 272.54 0.37 0.31
Hex 52 32 6D 19 36 0 39 111 25 1F
Octal 122 62 155 31 66 0 71 421 45 37
Binary 1010010 110010 1101101 11001 110110 0 111001 100010001 100101 11111

Color Harmonies of #52326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52326D

Black with #52326D

Text Example


Text Example

White with #52326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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