Html Css Color HEX #52326B Blue Diamond

📋 copy color: '#52326B'

red 82 ◦ green 50 ◦ blue 107

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

Shades of Blue Diamond #52326B

Tints of Blue Diamond #52326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 34.31%
G = 20.92%
B = 44.77%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52326B (or 0x52326B) is known color: Blue Diamond. HEX triplet: 52, 32 and 6B. RGB value is (82,50,107). Sum of RGB (Red+Green+Blue) = 82+50+107=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #52326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52326B is #ADCD94. Grayscale: #414141. Windows color (decimal): -11390357 or 7025234. OLE color: 7025234.

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

Color convert

RGB 82 50 107 -
CMYK 0.23 0.53 0 0.58
HSL 273.68º 0.36% 0.31% -
HSV(B) 273.68º 0.53% 0.42% -
XYZ 7.27 5.14 14.52 -
YUV 66.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 82 50 107 0.23 0.53 0 0.58 273.68 0.36 0.31
Hex 52 32 6B 17 35 0 3A 112 24 1F
Octal 122 62 153 27 65 0 72 422 44 37
Binary 1010010 110010 1101011 10111 110101 0 111010 100010010 100100 11111

Color Harmonies of #52326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52326B

Black with #52326B

Text Example


Text Example

White with #52326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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