Html Css Color HEX #523771 Blue Diamond

📋 copy color: '#523771'

red 82 ◦ green 55 ◦ blue 113

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

Shades of Blue Diamond #523771

Tints of Blue Diamond #523771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

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

R = 32.8%
G = 22%
B = 45.2%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#523771 (or 0x523771) is known color: Blue Diamond. HEX triplet: 52, 37 and 71. RGB value is (82,55,113). Sum of RGB (Red+Green+Blue) = 82+55+113=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #523771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523771 is #ADC88E. Grayscale: #454545. Windows color (decimal): -11389071 or 7419730. OLE color: 7419730.

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

Color convert

RGB 82 55 113 -
CMYK 0.27 0.51 0 0.56
HSL 267.93º 0.35% 0.33% -
HSV(B) 267.93º 0.51% 0.44% -
XYZ 7.83 5.72 16.31 -
YUV 69.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 82 55 113 0.27 0.51 0 0.56 267.93 0.35 0.33
Hex 52 37 71 1B 33 0 38 10C 23 21
Octal 122 67 161 33 63 0 70 414 43 41
Binary 1010010 110111 1110001 11011 110011 0 111000 100001100 100011 100001

Color Harmonies of #523771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523771

Black with #523771

Text Example


Text Example

White with #523771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523771; }

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

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

background-color css

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

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

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

border-color css

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

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

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