Html Css Color HEX #511771 Blue Diamond

📋 copy color: '#511771'

red 81 ◦ green 23 ◦ blue 113

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

Shades of Blue Diamond #511771

Tints of Blue Diamond #511771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 37.33%
G = 10.6%
B = 52.07%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#511771 (or 0x511771) is known color: Blue Diamond. HEX triplet: 51, 17 and 71. RGB value is (81,23,113). Sum of RGB (Red+Green+Blue) = 81+23+113=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #511771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511771 is #AEE88E. Grayscale: #323232. Windows color (decimal): -11462799 or 7411537. OLE color: 7411537.

HSL color Cylindrical-coordinate representation of color #511771: hue angle of 278.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511771 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 23 113 -
CMYK 0.28 0.80 0 0.56
HSL 278.67º 0.66% 0.27% -
HSV(B) 278.67º 0.8% 0.44% -
XYZ 6.68 3.55 15.96 -
YUV 50.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 81 23 113 0.28 0.80 0 0.56 278.67 0.66 0.27
Hex 51 17 71 1C 50 0 38 117 42 1B
Octal 121 27 161 34 120 0 70 427 102 33
Binary 1010001 10111 1110001 11100 1010000 0 111000 100010111 1000010 11011

Color Harmonies of #511771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511771

Black with #511771

Text Example


Text Example

White with #511771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511771; }

 p { color: rgb(81,23,113); }

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

background-color css

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

 a { background-color: rgb(81,23,113); }

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

border-color css

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

 span { border-color: rgb(81,23,113); }

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