Html Css Color HEX #521E79 Blue Diamond

📋 copy color: '#521E79'

red 82 ◦ green 30 ◦ blue 121

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

Shades of Blue Diamond #521E79

Tints of Blue Diamond #521E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.88%

 BLUE value IS 121 (47.66% from 255) = 51.93%

R = 35.19%
G = 12.88%
B = 51.93%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#521E79 (or 0x521E79) is known color: Blue Diamond. HEX triplet: 52, 1E and 79. RGB value is (82,30,121). Sum of RGB (Red+Green+Blue) = 82+30+121=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #521E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E79 is #ADE186. Grayscale: #373737. Windows color (decimal): -11395463 or 7937618. OLE color: 7937618.

HSL color Cylindrical-coordinate representation of color #521E79: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521E79 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 30 121 -
CMYK 0.32 0.75 0 0.53
HSL 274.29º 0.6% 0.3% -
HSV(B) 274.29º 0.75% 0.47% -
XYZ 7.4 4.1 18.49 -
YUV 55.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 82 30 121 0.32 0.75 0 0.53 274.29 0.6 0.3
Hex 52 1E 79 20 4B 0 35 112 3C 1E
Octal 122 36 171 40 113 0 65 422 74 36
Binary 1010010 11110 1111001 100000 1001011 0 110101 100010010 111100 11110

Color Harmonies of #521E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521E79

Black with #521E79

Text Example


Text Example

White with #521E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,30,121); }

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

background-color css

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

 a { background-color: rgb(82,30,121); }

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

border-color css

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

 span { border-color: rgb(82,30,121); }

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