Html Css Color HEX #523177 Blue Diamond

📋 copy color: '#523177'

red 82 ◦ green 49 ◦ blue 119

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

Shades of Blue Diamond #523177

Tints of Blue Diamond #523177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 32.8%
G = 19.6%
B = 47.6%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523177 (or 0x523177) is known color: Blue Diamond. HEX triplet: 52, 31 and 77. RGB value is (82,49,119). Sum of RGB (Red+Green+Blue) = 82+49+119=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #523177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523177 is #ADCE88. Grayscale: #424242. Windows color (decimal): -11390601 or 7811410. OLE color: 7811410.

HSL color Cylindrical-coordinate representation of color #523177: hue angle of 268.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523177 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 49 119 -
CMYK 0.31 0.59 0 0.53
HSL 268.29º 0.42% 0.33% -
HSV(B) 268.29º 0.59% 0.47% -
XYZ 7.91 5.32 18.06 -
YUV 66.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 82 49 119 0.31 0.59 0 0.53 268.29 0.42 0.33
Hex 52 31 77 1F 3B 0 35 10C 2A 21
Octal 122 61 167 37 73 0 65 414 52 41
Binary 1010010 110001 1110111 11111 111011 0 110101 100001100 101010 100001

Color Harmonies of #523177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523177

Black with #523177

Text Example


Text Example

White with #523177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523177; }

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

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

background-color css

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

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

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

border-color css

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

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

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