Html Css Color HEX #522177 Blue Diamond

📋 copy color: '#522177'

red 82 ◦ green 33 ◦ blue 119

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

Shades of Blue Diamond #522177

Tints of Blue Diamond #522177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 35.04%
G = 14.1%
B = 50.85%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#522177 (or 0x522177) is known color: Blue Diamond. HEX triplet: 52, 21 and 77. RGB value is (82,33,119). Sum of RGB (Red+Green+Blue) = 82+33+119=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #522177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522177 is #ADDE88. Grayscale: #393939. Windows color (decimal): -11394697 or 7807314. OLE color: 7807314.

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

Color convert

RGB 82 33 119 -
CMYK 0.31 0.72 0 0.53
HSL 274.19º 0.57% 0.3% -
HSV(B) 274.19º 0.72% 0.47% -
XYZ 7.35 4.21 17.88 -
YUV 57.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 82 33 119 0.31 0.72 0 0.53 274.19 0.57 0.3
Hex 52 21 77 1F 48 0 35 112 39 1E
Octal 122 41 167 37 110 0 65 422 71 36
Binary 1010010 100001 1110111 11111 1001000 0 110101 100010010 111001 11110

Color Harmonies of #522177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522177

Black with #522177

Text Example


Text Example

White with #522177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522177; }

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

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

background-color css

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

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

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

border-color css

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

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

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