Html Css Color HEX #522979 Blue Diamond

📋 copy color: '#522979'

red 82 ◦ green 41 ◦ blue 121

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

Shades of Blue Diamond #522979

Tints of Blue Diamond #522979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

 BLUE value IS 121 (47.66% from 255) = 49.59%

R = 33.61%
G = 16.8%
B = 49.59%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#522979 (or 0x522979) is known color: Blue Diamond. HEX triplet: 52, 29 and 79. RGB value is (82,41,121). Sum of RGB (Red+Green+Blue) = 82+41+121=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #522979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522979 is #ADD686. Grayscale: #3E3E3E. Windows color (decimal): -11392647 or 7940434. OLE color: 7940434.

HSL color Cylindrical-coordinate representation of color #522979: hue angle of 270.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522979 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 41 121 -
CMYK 0.32 0.66 0 0.53
HSL 270.75º 0.49% 0.32% -
HSV(B) 270.75º 0.66% 0.47% -
XYZ 7.72 4.76 18.6 -
YUV 62.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 82 41 121 0.32 0.66 0 0.53 270.75 0.49 0.32
Hex 52 29 79 20 42 0 35 10F 31 20
Octal 122 51 171 40 102 0 65 417 61 40
Binary 1010010 101001 1111001 100000 1000010 0 110101 100001111 110001 100000

Color Harmonies of #522979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522979

Black with #522979

Text Example


Text Example

White with #522979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522979; }

 p { color: rgb(82,41,121); }

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

background-color css

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

 a { background-color: rgb(82,41,121); }

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

border-color css

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

 span { border-color: rgb(82,41,121); }

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