Html Css Color HEX #52326E Blue Diamond

📋 copy color: '#52326E'

red 82 ◦ green 50 ◦ blue 110

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

Shades of Blue Diamond #52326E

Tints of Blue Diamond #52326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 33.88%
G = 20.66%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#52326E (or 0x52326E) is known color: Blue Diamond. HEX triplet: 52, 32 and 6E. RGB value is (82,50,110). Sum of RGB (Red+Green+Blue) = 82+50+110=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #52326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52326E is #ADCD91. Grayscale: #424242. Windows color (decimal): -11390354 or 7221842. OLE color: 7221842.

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

Color convert

RGB 82 50 110 -
CMYK 0.25 0.55 0 0.57
HSL 272º 0.38% 0.31% -
HSV(B) 272º 0.55% 0.43% -
XYZ 7.43 5.2 15.36 -
YUV 66.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 82 50 110 0.25 0.55 0 0.57 272 0.38 0.31
Hex 52 32 6E 19 37 0 39 110 26 1F
Octal 122 62 156 31 67 0 71 420 46 37
Binary 1010010 110010 1101110 11001 110111 0 111001 100010000 100110 11111

Color Harmonies of #52326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52326E

Black with #52326E

Text Example


Text Example

White with #52326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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