Html Css Color HEX #521C72 Blue Diamond

📋 copy color: '#521C72'

red 82 ◦ green 28 ◦ blue 114

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

Shades of Blue Diamond #521C72

Tints of Blue Diamond #521C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 36.61%
G = 12.5%
B = 50.89%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521C72 (or 0x521C72) is known color: Blue Diamond. HEX triplet: 52, 1C and 72. RGB value is (82,28,114). Sum of RGB (Red+Green+Blue) = 82+28+114=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #521C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C72 is #ADE38D. Grayscale: #353535. Windows color (decimal): -11395982 or 7478354. OLE color: 7478354.

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

Color convert

RGB 82 28 114 -
CMYK 0.28 0.75 0 0.55
HSL 277.67º 0.61% 0.28% -
HSV(B) 277.67º 0.75% 0.45% -
XYZ 6.93 3.84 16.3 -
YUV 53.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 82 28 114 0.28 0.75 0 0.55 277.67 0.61 0.28
Hex 52 1C 72 1C 4B 0 37 116 3D 1C
Octal 122 34 162 34 113 0 67 426 75 34
Binary 1010010 11100 1110010 11100 1001011 0 110111 100010110 111101 11100

Color Harmonies of #521C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C72

Black with #521C72

Text Example


Text Example

White with #521C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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