Html Css Color HEX #523971 Blue Diamond

📋 copy color: '#523971'

red 82 ◦ green 57 ◦ blue 113

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

Shades of Blue Diamond #523971

Tints of Blue Diamond #523971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 32.54%
G = 22.62%
B = 44.84%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#523971 (or 0x523971) is known color: Blue Diamond. HEX triplet: 52, 39 and 71. RGB value is (82,57,113). Sum of RGB (Red+Green+Blue) = 82+57+113=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #523971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523971 is #ADC68E. Grayscale: #464646. Windows color (decimal): -11388559 or 7420242. OLE color: 7420242.

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

Color convert

RGB 82 57 113 -
CMYK 0.27 0.50 0 0.56
HSL 266.79º 0.33% 0.33% -
HSV(B) 266.79º 0.5% 0.44% -
XYZ 7.92 5.91 16.35 -
YUV 70.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 82 57 113 0.27 0.50 0 0.56 266.79 0.33 0.33
Hex 52 39 71 1B 32 0 38 10B 21 21
Octal 122 71 161 33 62 0 70 413 41 41
Binary 1010010 111001 1110001 11011 110010 0 111000 100001011 100001 100001

Color Harmonies of #523971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523971

Black with #523971

Text Example


Text Example

White with #523971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523971; }

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

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

background-color css

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

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

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

border-color css

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

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

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