Html Css Color HEX #521C83 Blue Diamond

📋 copy color: '#521C83'

red 82 ◦ green 28 ◦ blue 131

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

Shades of Blue Diamond #521C83

Tints of Blue Diamond #521C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.36%

R = 34.02%
G = 11.62%
B = 54.36%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#521C83 (or 0x521C83) is known color: Blue Diamond. HEX triplet: 52, 1C and 83. RGB value is (82,28,131). Sum of RGB (Red+Green+Blue) = 82+28+131=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #521C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C83 is #ADE37C. Grayscale: #373737. Windows color (decimal): -11395965 or 8592466. OLE color: 8592466.

HSL color Cylindrical-coordinate representation of color #521C83: hue angle of 271.46º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521C83 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 28 131 -
CMYK 0.37 0.79 0 0.49
HSL 271.46º 0.65% 0.31% -
HSV(B) 271.46º 0.79% 0.51% -
XYZ 7.99 4.26 21.87 -
YUV 55.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 82 28 131 0.37 0.79 0 0.49 271.46 0.65 0.31
Hex 52 1C 83 25 4F 0 31 10F 41 1F
Octal 122 34 203 45 117 0 61 417 101 37
Binary 1010010 11100 10000011 100101 1001111 0 110001 100001111 1000001 11111

Color Harmonies of #521C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C83

Black with #521C83

Text Example


Text Example

White with #521C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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