Html Css Color HEX #521B7E Blue Diamond

📋 copy color: '#521B7E'

red 82 ◦ green 27 ◦ blue 126

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

Shades of Blue Diamond #521B7E

Tints of Blue Diamond #521B7E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.49%

 BLUE value IS 126 (49.61% from 255) = 53.62%

R = 34.89%
G = 11.49%
B = 53.62%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#521B7E (or 0x521B7E) is known color: Blue Diamond. HEX triplet: 52, 1B and 7E. RGB value is (82,27,126). Sum of RGB (Red+Green+Blue) = 82+27+126=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #521B7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B7E is #ADE481. Grayscale: #363636. Windows color (decimal): -11396226 or 8264530. OLE color: 8264530.

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

Color convert

RGB 82 27 126 -
CMYK 0.35 0.79 0 0.51
HSL 273.33º 0.65% 0.3% -
HSV(B) 273.33º 0.79% 0.49% -
XYZ 7.64 4.08 20.12 -
YUV 54.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 82 27 126 0.35 0.79 0 0.51 273.33 0.65 0.3
Hex 52 1B 7E 23 4F 0 33 111 41 1E
Octal 122 33 176 43 117 0 63 421 101 36
Binary 1010010 11011 1111110 100011 1001111 0 110011 100010001 1000001 11110

Color Harmonies of #521B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B7E

Black with #521B7E

Text Example


Text Example

White with #521B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,27,126); }

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

background-color css

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

 a { background-color: rgb(82,27,126); }

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

border-color css

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

 span { border-color: rgb(82,27,126); }

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