Html Css Color HEX #522077 Blue Diamond

📋 copy color: '#522077'

red 82 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #522077

Tints of Blue Diamond #522077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

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

R = 35.19%
G = 13.73%
B = 51.07%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#522077 (or 0x522077) is known color: Blue Diamond. HEX triplet: 52, 20 and 77. RGB value is (82,32,119). Sum of RGB (Red+Green+Blue) = 82+32+119=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #522077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522077 is #ADDF88. Grayscale: #383838. Windows color (decimal): -11394953 or 7807058. OLE color: 7807058.

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

Color convert

RGB 82 32 119 -
CMYK 0.31 0.73 0 0.53
HSL 274.48º 0.58% 0.3% -
HSV(B) 274.48º 0.73% 0.47% -
XYZ 7.33 4.16 17.87 -
YUV 56.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 82 32 119 0.31 0.73 0 0.53 274.48 0.58 0.3
Hex 52 20 77 1F 49 0 35 112 3A 1E
Octal 122 40 167 37 111 0 65 422 72 36
Binary 1010010 100000 1110111 11111 1001001 0 110101 100010010 111010 11110

Color Harmonies of #522077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522077

Black with #522077

Text Example


Text Example

White with #522077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522077; }

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

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

background-color css

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

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

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

border-color css

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

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

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