Html Css Color HEX #521A72 Blue Diamond

📋 copy color: '#521A72'

red 82 ◦ green 26 ◦ blue 114

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

Shades of Blue Diamond #521A72

Tints of Blue Diamond #521A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.71%

 BLUE value IS 114 (44.92% from 255) = 51.35%

R = 36.94%
G = 11.71%
B = 51.35%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521A72 (or 0x521A72) is known color: Blue Diamond. HEX triplet: 52, 1A and 72. RGB value is (82,26,114). Sum of RGB (Red+Green+Blue) = 82+26+114=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #521A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A72 is #ADE58D. Grayscale: #343434. Windows color (decimal): -11396494 or 7477842. OLE color: 7477842.

HSL color Cylindrical-coordinate representation of color #521A72: hue angle of 278.18º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521A72 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 26 114 -
CMYK 0.28 0.77 0 0.55
HSL 278.18º 0.63% 0.27% -
HSV(B) 278.18º 0.77% 0.45% -
XYZ 6.89 3.75 16.28 -
YUV 52.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 82 26 114 0.28 0.77 0 0.55 278.18 0.63 0.27
Hex 52 1A 72 1C 4D 0 37 116 3F 1B
Octal 122 32 162 34 115 0 67 426 77 33
Binary 1010010 11010 1110010 11100 1001101 0 110111 100010110 111111 11011

Color Harmonies of #521A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A72

Black with #521A72

Text Example


Text Example

White with #521A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A72; }

 p { color: rgb(82,26,114); }

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

background-color css

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

 a { background-color: rgb(82,26,114); }

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

border-color css

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

 span { border-color: rgb(82,26,114); }

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