Html Css Color HEX #50176F Blue Diamond

📋 copy color: '#50176F'

red 80 ◦ green 23 ◦ blue 111

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

Shades of Blue Diamond #50176F

Tints of Blue Diamond #50176F

RGB

 RED value IS 80 (31.64% from 255) = 37.38%

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

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 37.38%
G = 10.75%
B = 51.87%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50176F (or 0x50176F) is known color: Blue Diamond. HEX triplet: 50, 17 and 6F. RGB value is (80,23,111). Sum of RGB (Red+Green+Blue) = 80+23+111=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #50176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50176F is #AFE890. Grayscale: #313131. Windows color (decimal): -11528337 or 7280464. OLE color: 7280464.

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

Color convert

RGB 80 23 111 -
CMYK 0.28 0.79 0 0.56
HSL 278.86º 0.66% 0.26% -
HSV(B) 278.86º 0.79% 0.44% -
XYZ 6.48 3.47 15.37 -
YUV 50.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 80 23 111 0.28 0.79 0 0.56 278.86 0.66 0.26
Hex 50 17 6F 1C 4F 0 38 117 42 1A
Octal 120 27 157 34 117 0 70 427 102 32
Binary 1010000 10111 1101111 11100 1001111 0 111000 100010111 1000010 11010

Color Harmonies of #50176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50176F

Black with #50176F

Text Example


Text Example

White with #50176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50176F; }

 p { color: rgb(80,23,111); }

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

background-color css

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

 a { background-color: rgb(80,23,111); }

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

border-color css

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

 span { border-color: rgb(80,23,111); }

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