Html Css Color HEX #522671 Blue Diamond

📋 copy color: '#522671'

red 82 ◦ green 38 ◦ blue 113

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

Shades of Blue Diamond #522671

Tints of Blue Diamond #522671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 35.19%
G = 16.31%
B = 48.5%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#522671 (or 0x522671) is known color: Blue Diamond. HEX triplet: 52, 26 and 71. RGB value is (82,38,113). Sum of RGB (Red+Green+Blue) = 82+38+113=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #522671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522671 is #ADD98E. Grayscale: #3B3B3B. Windows color (decimal): -11393423 or 7415378. OLE color: 7415378.

HSL color Cylindrical-coordinate representation of color #522671: hue angle of 275.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #522671 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 38 113 -
CMYK 0.27 0.66 0 0.56
HSL 275.2º 0.5% 0.3% -
HSV(B) 275.2º 0.66% 0.44% -
XYZ 7.15 4.37 16.09 -
YUV 59.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 82 38 113 0.27 0.66 0 0.56 275.2 0.5 0.3
Hex 52 26 71 1B 42 0 38 113 32 1E
Octal 122 46 161 33 102 0 70 423 62 36
Binary 1010010 100110 1110001 11011 1000010 0 111000 100010011 110010 11110

Color Harmonies of #522671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522671

Black with #522671

Text Example


Text Example

White with #522671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522671; }

 p { color: rgb(82,38,113); }

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

background-color css

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

 a { background-color: rgb(82,38,113); }

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

border-color css

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

 span { border-color: rgb(82,38,113); }

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