Html Css Color HEX #523271 Blue Diamond

📋 copy color: '#523271'

red 82 ◦ green 50 ◦ blue 113

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

Shades of Blue Diamond #523271

Tints of Blue Diamond #523271

RGB

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

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

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

R = 33.47%
G = 20.41%
B = 46.12%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#523271 (or 0x523271) is known color: Blue Diamond. HEX triplet: 52, 32 and 71. RGB value is (82,50,113). Sum of RGB (Red+Green+Blue) = 82+50+113=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #523271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523271 is #ADCD8E. Grayscale: #424242. Windows color (decimal): -11390351 or 7418450. OLE color: 7418450.

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

Color convert

RGB 82 50 113 -
CMYK 0.27 0.56 0 0.56
HSL 270.48º 0.39% 0.32% -
HSV(B) 270.48º 0.56% 0.44% -
XYZ 7.6 5.27 16.24 -
YUV 66.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 82 50 113 0.27 0.56 0 0.56 270.48 0.39 0.32
Hex 52 32 71 1B 38 0 38 10E 27 20
Octal 122 62 161 33 70 0 70 416 47 40
Binary 1010010 110010 1110001 11011 111000 0 111000 100001110 100111 100000

Color Harmonies of #523271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523271

Black with #523271

Text Example


Text Example

White with #523271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523271; }

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

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

background-color css

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

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

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

border-color css

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

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

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