Html Css Color HEX #523471 Blue Diamond

📋 copy color: '#523471'

red 82 ◦ green 52 ◦ blue 113

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

Shades of Blue Diamond #523471

Tints of Blue Diamond #523471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 113 (44.53% from 255) = 45.75%

R = 33.2%
G = 21.05%
B = 45.75%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#523471 (or 0x523471) is known color: Blue Diamond. HEX triplet: 52, 34 and 71. RGB value is (82,52,113). Sum of RGB (Red+Green+Blue) = 82+52+113=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #523471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523471 is #ADCB8E. Grayscale: #434343. Windows color (decimal): -11389839 or 7418962. OLE color: 7418962.

HSL color Cylindrical-coordinate representation of color #523471: hue angle of 269.51º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #523471 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 52 113 -
CMYK 0.27 0.54 0 0.56
HSL 269.51º 0.37% 0.32% -
HSV(B) 269.51º 0.54% 0.44% -
XYZ 7.69 5.44 16.27 -
YUV 67.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 82 52 113 0.27 0.54 0 0.56 269.51 0.37 0.32
Hex 52 34 71 1B 36 0 38 10E 25 20
Octal 122 64 161 33 66 0 70 416 45 40
Binary 1010010 110100 1110001 11011 110110 0 111000 100001110 100101 100000

Color Harmonies of #523471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523471

Black with #523471

Text Example


Text Example

White with #523471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523471; }

 p { color: rgb(82,52,113); }

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

background-color css

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

 a { background-color: rgb(82,52,113); }

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

border-color css

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

 span { border-color: rgb(82,52,113); }

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