Html Css Color HEX #511773 Blue Diamond

📋 copy color: '#511773'

red 81 ◦ green 23 ◦ blue 115

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

Shades of Blue Diamond #511773

Tints of Blue Diamond #511773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 36.99%
G = 10.5%
B = 52.51%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511773 (or 0x511773) is known color: Blue Diamond. HEX triplet: 51, 17 and 73. RGB value is (81,23,115). Sum of RGB (Red+Green+Blue) = 81+23+115=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #511773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511773 is #AEE88C. Grayscale: #323232. Windows color (decimal): -11462797 or 7542609. OLE color: 7542609.

HSL color Cylindrical-coordinate representation of color #511773: hue angle of 277.83º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511773 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 23 115 -
CMYK 0.30 0.80 0 0.55
HSL 277.83º 0.67% 0.27% -
HSV(B) 277.83º 0.8% 0.45% -
XYZ 6.79 3.6 16.56 -
YUV 50.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 81 23 115 0.30 0.80 0 0.55 277.83 0.67 0.27
Hex 51 17 73 1E 50 0 37 116 43 1B
Octal 121 27 163 36 120 0 67 426 103 33
Binary 1010001 10111 1110011 11110 1010000 0 110111 100010110 1000011 11011

Color Harmonies of #511773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511773

Black with #511773

Text Example


Text Example

White with #511773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511773; }

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

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

background-color css

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

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

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

border-color css

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

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

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