Html Css Color HEX #523372 Blue Diamond

📋 copy color: '#523372'

red 82 ◦ green 51 ◦ blue 114

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

Shades of Blue Diamond #523372

Tints of Blue Diamond #523372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 33.2%
G = 20.65%
B = 46.15%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523372 (or 0x523372) is known color: Blue Diamond. HEX triplet: 52, 33 and 72. RGB value is (82,51,114). Sum of RGB (Red+Green+Blue) = 82+51+114=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #523372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523372 is #ADCC8D. Grayscale: #434343. Windows color (decimal): -11390094 or 7484242. OLE color: 7484242.

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

Color convert

RGB 82 51 114 -
CMYK 0.28 0.55 0 0.55
HSL 269.52º 0.38% 0.32% -
HSV(B) 269.52º 0.55% 0.45% -
XYZ 7.7 5.38 16.55 -
YUV 67.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 82 51 114 0.28 0.55 0 0.55 269.52 0.38 0.32
Hex 52 33 72 1C 37 0 37 10E 26 20
Octal 122 63 162 34 67 0 67 416 46 40
Binary 1010010 110011 1110010 11100 110111 0 110111 100001110 100110 100000

Color Harmonies of #523372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523372

Black with #523372

Text Example


Text Example

White with #523372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523372; }

 p { color: rgb(82,51,114); }

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

background-color css

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

 a { background-color: rgb(82,51,114); }

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

border-color css

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

 span { border-color: rgb(82,51,114); }

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