Html Css Color HEX #511D70 Blue Diamond

📋 copy color: '#511D70'

red 81 ◦ green 29 ◦ blue 112

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

Shades of Blue Diamond #511D70

Tints of Blue Diamond #511D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 36.49%
G = 13.06%
B = 50.45%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#511D70 (or 0x511D70) is known color: Blue Diamond. HEX triplet: 51, 1D and 70. RGB value is (81,29,112). Sum of RGB (Red+Green+Blue) = 81+29+112=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #511D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511D70 is #AEE28F. Grayscale: #353535. Windows color (decimal): -11461264 or 7347537. OLE color: 7347537.

HSL color Cylindrical-coordinate representation of color #511D70: hue angle of 277.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511D70 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 29 112 -
CMYK 0.28 0.74 0 0.56
HSL 277.59º 0.59% 0.28% -
HSV(B) 277.59º 0.74% 0.44% -
XYZ 6.76 3.8 15.71 -
YUV 54.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 81 29 112 0.28 0.74 0 0.56 277.59 0.59 0.28
Hex 51 1D 70 1C 4A 0 38 116 3B 1C
Octal 121 35 160 34 112 0 70 426 73 34
Binary 1010001 11101 1110000 11100 1001010 0 111000 100010110 111011 11100

Color Harmonies of #511D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D70

Black with #511D70

Text Example


Text Example

White with #511D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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