Html Css Color HEX #521A76 Blue Diamond

📋 copy color: '#521A76'

red 82 ◦ green 26 ◦ blue 118

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

Shades of Blue Diamond #521A76

Tints of Blue Diamond #521A76

RGB

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

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

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

R = 36.28%
G = 11.5%
B = 52.21%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521A76 (or 0x521A76) is known color: Blue Diamond. HEX triplet: 52, 1A and 76. RGB value is (82,26,118). Sum of RGB (Red+Green+Blue) = 82+26+118=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #521A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A76 is #ADE589. Grayscale: #343434. Windows color (decimal): -11396490 or 7739986. OLE color: 7739986.

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

Color convert

RGB 82 26 118 -
CMYK 0.31 0.78 0 0.54
HSL 276.52º 0.64% 0.28% -
HSV(B) 276.52º 0.78% 0.46% -
XYZ 7.12 3.84 17.51 -
YUV 53.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 82 26 118 0.31 0.78 0 0.54 276.52 0.64 0.28
Hex 52 1A 76 1F 4E 0 36 115 40 1C
Octal 122 32 166 37 116 0 66 425 100 34
Binary 1010010 11010 1110110 11111 1001110 0 110110 100010101 1000000 11100

Color Harmonies of #521A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A76

Black with #521A76

Text Example


Text Example

White with #521A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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