Html Css Color HEX #511D6D Blue Diamond

📋 copy color: '#511D6D'

red 81 ◦ green 29 ◦ blue 109

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

Shades of Blue Diamond #511D6D

Tints of Blue Diamond #511D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 36.99%
G = 13.24%
B = 49.77%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#511D6D (or 0x511D6D) is known color: Blue Diamond. HEX triplet: 51, 1D and 6D. RGB value is (81,29,109). Sum of RGB (Red+Green+Blue) = 81+29+109=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #511D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D6D is #AEE292. Grayscale: #353535. Windows color (decimal): -11461267 or 7150929. OLE color: 7150929.

HSL color Cylindrical-coordinate representation of color #511D6D: hue angle of 279º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511D6D is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 29 109 -
CMYK 0.26 0.73 0 0.57
HSL 279º 0.58% 0.27% -
HSV(B) 279º 0.73% 0.43% -
XYZ 6.59 3.73 14.84 -
YUV 53.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 81 29 109 0.26 0.73 0 0.57 279 0.58 0.27
Hex 51 1D 6D 1A 49 0 39 117 3A 1B
Octal 121 35 155 32 111 0 71 427 72 33
Binary 1010001 11101 1101101 11010 1001001 0 111001 100010111 111010 11011

Color Harmonies of #511D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D6D

Black with #511D6D

Text Example


Text Example

White with #511D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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