Html Css Color HEX #511D80 Blue Diamond

📋 copy color: '#511D80'

red 81 ◦ green 29 ◦ blue 128

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

Shades of Blue Diamond #511D80

Tints of Blue Diamond #511D80

RGB

 RED value IS 81 (32.03% from 255) = 34.03%

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 128 (50.39% from 255) = 53.78%

R = 34.03%
G = 12.18%
B = 53.78%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#511D80 (or 0x511D80) is known color: Blue Diamond. HEX triplet: 51, 1D and 80. RGB value is (81,29,128). Sum of RGB (Red+Green+Blue) = 81+29+128=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #511D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511D80 is #AEE27F. Grayscale: #373737. Windows color (decimal): -11461248 or 8396113. OLE color: 8396113.

HSL color Cylindrical-coordinate representation of color #511D80: hue angle of 271.52º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511D80 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 29 128 -
CMYK 0.37 0.77 0 0.50
HSL 271.52º 0.63% 0.31% -
HSV(B) 271.52º 0.77% 0.5% -
XYZ 7.73 4.19 20.82 -
YUV 55.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 81 29 128 0.37 0.77 0 0.50 271.52 0.63 0.31
Hex 51 1D 80 25 4D 0 32 110 3F 1F
Octal 121 35 200 45 115 0 62 420 77 37
Binary 1010001 11101 10000000 100101 1001101 0 110010 100010000 111111 11111

Color Harmonies of #511D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D80

Black with #511D80

Text Example


Text Example

White with #511D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511D80; }

 p { color: rgb(81,29,128); }

 H1.HeaderClassName
 {
   color: #511D80;
 }
 .AnyTagClassName
 {
   color: #511D80;
 }
</style>

background-color css

<style>
 a { background-color: #511D80; }

 a { background-color: rgb(81,29,128); }

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

border-color css

<style>
 span { border-color: #511D80; }

 span { border-color: rgb(81,29,128); }

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