Html Css Color HEX #522C76 Blue Diamond

📋 copy color: '#522C76'

red 82 ◦ green 44 ◦ blue 118

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

Shades of Blue Diamond #522C76

Tints of Blue Diamond #522C76

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

 BLUE value IS 118 (46.48% from 255) = 48.36%

R = 33.61%
G = 18.03%
B = 48.36%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#522C76 (or 0x522C76) is known color: Blue Diamond. HEX triplet: 52, 2C and 76. RGB value is (82,44,118). Sum of RGB (Red+Green+Blue) = 82+44+118=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #522C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C76 is #ADD389. Grayscale: #3F3F3F. Windows color (decimal): -11391882 or 7744594. OLE color: 7744594.

HSL color Cylindrical-coordinate representation of color #522C76: hue angle of 270.81º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #522C76 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 44 118 -
CMYK 0.31 0.63 0 0.54
HSL 270.81º 0.46% 0.32% -
HSV(B) 270.81º 0.63% 0.46% -
XYZ 7.65 4.9 17.68 -
YUV 63.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 82 44 118 0.31 0.63 0 0.54 270.81 0.46 0.32
Hex 52 2C 76 1F 3F 0 36 10F 2E 20
Octal 122 54 166 37 77 0 66 417 56 40
Binary 1010010 101100 1110110 11111 111111 0 110110 100001111 101110 100000

Color Harmonies of #522C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C76

Black with #522C76

Text Example


Text Example

White with #522C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522C76; }

 p { color: rgb(82,44,118); }

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

background-color css

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

 a { background-color: rgb(82,44,118); }

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

border-color css

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

 span { border-color: rgb(82,44,118); }

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