Html Css Color HEX #523170 Blue Diamond

📋 copy color: '#523170'

red 82 ◦ green 49 ◦ blue 112

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

Shades of Blue Diamond #523170

Tints of Blue Diamond #523170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.09%

R = 33.74%
G = 20.16%
B = 46.09%

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

#523170 (or 0x523170) is known color: Blue Diamond. HEX triplet: 52, 31 and 70. RGB value is (82,49,112). Sum of RGB (Red+Green+Blue) = 82+49+112=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #523170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523170 is #ADCE8F. Grayscale: #414141. Windows color (decimal): -11390608 or 7352658. OLE color: 7352658.

HSL color Cylindrical-coordinate representation of color #523170: hue angle of 271.43º 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 #523170 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 49 112 -
CMYK 0.27 0.56 0 0.56
HSL 271.43º 0.39% 0.32% -
HSV(B) 271.43º 0.56% 0.44% -
XYZ 7.5 5.16 15.93 -
YUV 66.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 82 49 112 0.27 0.56 0 0.56 271.43 0.39 0.32
Hex 52 31 70 1B 38 0 38 10F 27 20
Octal 122 61 160 33 70 0 70 417 47 40
Binary 1010010 110001 1110000 11011 111000 0 111000 100001111 100111 100000

Color Harmonies of #523170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523170

Black with #523170

Text Example


Text Example

White with #523170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523170; }

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

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

background-color css

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

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

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

border-color css

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

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

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