Html Css Color HEX #523172 Blue Diamond

📋 copy color: '#523172'

red 82 ◦ green 49 ◦ blue 114

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

Shades of Blue Diamond #523172

Tints of Blue Diamond #523172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 33.47%
G = 20%
B = 46.53%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#523172 (or 0x523172) is known color: Blue Diamond. HEX triplet: 52, 31 and 72. RGB value is (82,49,114). Sum of RGB (Red+Green+Blue) = 82+49+114=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #523172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523172 is #ADCE8D. Grayscale: #424242. Windows color (decimal): -11390606 or 7483730. OLE color: 7483730.

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

Color convert

RGB 82 49 114 -
CMYK 0.28 0.57 0 0.55
HSL 270.46º 0.4% 0.32% -
HSV(B) 270.46º 0.57% 0.45% -
XYZ 7.62 5.21 16.52 -
YUV 66.28 154.93 139.21 -
System Red Green Blue C M Y K H S L
Decimal 82 49 114 0.28 0.57 0 0.55 270.46 0.4 0.32
Hex 52 31 72 1C 39 0 37 10E 28 20
Octal 122 61 162 34 71 0 67 416 50 40
Binary 1010010 110001 1110010 11100 111001 0 110111 100001110 101000 100000

Color Harmonies of #523172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523172

Black with #523172

Text Example


Text Example

White with #523172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523172; }

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

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

background-color css

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

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

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

border-color css

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

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

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