Html Css Color HEX #522977 Blue Diamond

📋 copy color: '#522977'

red 82 ◦ green 41 ◦ blue 119

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

Shades of Blue Diamond #522977

Tints of Blue Diamond #522977

RGB

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

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

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

R = 33.88%
G = 16.94%
B = 49.17%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#522977 (or 0x522977) is known color: Blue Diamond. HEX triplet: 52, 29 and 77. RGB value is (82,41,119). Sum of RGB (Red+Green+Blue) = 82+41+119=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #522977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522977 is #ADD688. Grayscale: #3D3D3D. Windows color (decimal): -11392649 or 7809362. OLE color: 7809362.

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

Color convert

RGB 82 41 119 -
CMYK 0.31 0.66 0 0.53
HSL 271.54º 0.49% 0.31% -
HSV(B) 271.54º 0.66% 0.47% -
XYZ 7.6 4.71 17.96 -
YUV 62.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 82 41 119 0.31 0.66 0 0.53 271.54 0.49 0.31
Hex 52 29 77 1F 42 0 35 110 31 1F
Octal 122 51 167 37 102 0 65 420 61 37
Binary 1010010 101001 1110111 11111 1000010 0 110101 100010000 110001 11111

Color Harmonies of #522977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522977

Black with #522977

Text Example


Text Example

White with #522977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522977; }

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

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

background-color css

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

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

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

border-color css

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

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

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