Html Css Color HEX #52326F Blue Diamond

📋 copy color: '#52326F'

red 82 ◦ green 50 ◦ blue 111

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

Shades of Blue Diamond #52326F

Tints of Blue Diamond #52326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.68%

R = 33.74%
G = 20.58%
B = 45.68%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52326F (or 0x52326F) is known color: Blue Diamond. HEX triplet: 52, 32 and 6F. RGB value is (82,50,111). Sum of RGB (Red+Green+Blue) = 82+50+111=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #52326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52326F is #ADCD90. Grayscale: #424242. Windows color (decimal): -11390353 or 7287378. OLE color: 7287378.

HSL color Cylindrical-coordinate representation of color #52326F: hue angle of 271.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52326F is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 50 111 -
CMYK 0.26 0.55 0 0.56
HSL 271.48º 0.38% 0.32% -
HSV(B) 271.48º 0.55% 0.44% -
XYZ 7.49 5.22 15.65 -
YUV 66.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 82 50 111 0.26 0.55 0 0.56 271.48 0.38 0.32
Hex 52 32 6F 1A 37 0 38 10F 26 20
Octal 122 62 157 32 67 0 70 417 46 40
Binary 1010010 110010 1101111 11010 110111 0 111000 100001111 100110 100000

Color Harmonies of #52326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52326F

Black with #52326F

Text Example


Text Example

White with #52326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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