Html Css Color HEX #52326C Blue Diamond

📋 copy color: '#52326C'

red 82 ◦ green 50 ◦ blue 108

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

Shades of Blue Diamond #52326C

Tints of Blue Diamond #52326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 34.17%
G = 20.83%
B = 45%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52326C (or 0x52326C) is known color: Blue Diamond. HEX triplet: 52, 32 and 6C. RGB value is (82,50,108). Sum of RGB (Red+Green+Blue) = 82+50+108=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #52326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52326C is #ADCD93. Grayscale: #414141. Windows color (decimal): -11390356 or 7090770. OLE color: 7090770.

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

Color convert

RGB 82 50 108 -
CMYK 0.24 0.54 0 0.58
HSL 273.1º 0.37% 0.31% -
HSV(B) 273.1º 0.54% 0.42% -
XYZ 7.33 5.16 14.8 -
YUV 66.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 82 50 108 0.24 0.54 0 0.58 273.1 0.37 0.31
Hex 52 32 6C 18 36 0 3A 111 25 1F
Octal 122 62 154 30 66 0 72 421 45 37
Binary 1010010 110010 1101100 11000 110110 0 111010 100010001 100101 11111

Color Harmonies of #52326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52326C

Black with #52326C

Text Example


Text Example

White with #52326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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