Html Css Color HEX #522B76 Blue Diamond

📋 copy color: '#522B76'

red 82 ◦ green 43 ◦ blue 118

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

Shades of Blue Diamond #522B76

Tints of Blue Diamond #522B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 33.74%
G = 17.7%
B = 48.56%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#522B76 (or 0x522B76) is known color: Blue Diamond. HEX triplet: 52, 2B and 76. RGB value is (82,43,118). Sum of RGB (Red+Green+Blue) = 82+43+118=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #522B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522B76 is #ADD489. Grayscale: #3E3E3E. Windows color (decimal): -11392138 or 7744338. OLE color: 7744338.

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

Color convert

RGB 82 43 118 -
CMYK 0.31 0.64 0 0.54
HSL 271.2º 0.47% 0.32% -
HSV(B) 271.2º 0.64% 0.46% -
XYZ 7.61 4.83 17.67 -
YUV 63.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 82 43 118 0.31 0.64 0 0.54 271.2 0.47 0.32
Hex 52 2B 76 1F 40 0 36 10F 2F 20
Octal 122 53 166 37 100 0 66 417 57 40
Binary 1010010 101011 1110110 11111 1000000 0 110110 100001111 101111 100000

Color Harmonies of #522B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522B76

Black with #522B76

Text Example


Text Example

White with #522B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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